get https://api-v3-uat.tanda.africa/io/v3/organizations//request/?shortCode=
Status Query
This API checks the status of a single transaction using a tracking ID.
Path: io/v3/organizations/{organizationId}/request/{trackingId}?shortCode={{shortCode}}
Request Method: GET
Use the following for testing
organizationId: a353acfa-5340-49ac-8f7c-2f807a87fc2f
shortCode: 746312
Query parameters
Parameter | Description | Mandatory |
---|---|---|
shortCode | A unique identifier issued by Tanda to identify an organization. | Yes |
Path parameters
Parameter | Description | Mandatory |
---|---|---|
organizationId | A unique identifier issued by Tanda to identify an organization. | Yes |
trackingId | A unique identifier for tracking payments. This is generated on every successful request. | Yes |
Response body
Parameter | Description |
---|---|
status | Payment status code |
message | Description of the status |
Sample response
{
"status": "P202000",
"message": "Successful. Request accepted for processing. You'll be notified by Tanda shortly"
}