Status
This is an object for checking the status of a transaction. You will need to save the transaction id from the order response so as to check it's status with this object if needed.
GET: /v1/b2b/status
Request
curl -X GET \
https://api.tupay.africa:8888/v1/b2b/status/{id} \
-H 'Authorization: Bearer {token}'
id
(String): The transaction id or reference
Response
Status Response
{
"id": "ABCDEFG250101",
"reference": "ref1234",
"status": 20,
"mesasge": "Success"
}
id
(String): The transaction idreference
(String): Your unique idstatus
(Integer): The status of the requestmessage
(String): The response message