Transaction status

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

ParameterDescriptionMandatory
shortCodeA unique identifier issued by Tanda to identify an organization.Yes

Path parameters

ParameterDescriptionMandatory
organizationIdA unique identifier issued by Tanda to identify an organization.Yes
trackingIdA unique identifier for tracking payments. This is generated on every successful request.Yes

Response body

ParameterDescription
statusPayment status code
messageDescription of the status

Sample response

{
		"status": "P202000",
    "message": "Successful. Request accepted for processing. You'll be notified by Tanda shortly" 
}
Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!