v1
latestOpenAPI 3.0.12026-07-2679100267.2 KBRetrieve the status of an initiated mobile money collection.
get/v1/global-collection/transactions/{transactionId}
Path parameters
transactionIdstring required
Example:a822e327-4bcd-40ec-ac61-ed3622eac000
The transactionReference returned when the inflow was initiated.
Headers
Authorizationstring required
Example:Bearer <token>
Bearer token for authentication.
accountIdstring required
Example:890022ce-bae0-45c1-9b9d-ee7872e6ca27
The parent accountId of the business.
Response
Transaction retrieved successfully.
Example response
{
"code": "00",
"description": "Successful",
"data": {
"transactionId": "a822e327-4bcd-40ec-ac61-ed3622eac000",
"coreUserId": "xxxx-xxxx-4402-97c0-6c3824cxxxxx",
"account": "0980802918",
"status": "APPROVED",
"amount": 10,
"currency": "CDF"
}
}