Skip to main content

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 id
  • reference (String): Your unique id
  • status (Integer): The status of the request
  • message (String): The response message