Query Collection Status
This endpoint retrieves the details of a specific Collection using the transaction_id.
Name
Value
Name
Type
Description
{
"transaction_id": "106cf69d717b3c9188a5",
"reference": "CollectionTest1"
}{
"success": true,
"message": "Transaction completed Successfully",
"status_code": 100,
"transaction_id": "106cf69d717b3c9188a5",
"transaction_amount": 100,
"transaction_reference": "CollectionTest1",
"debited_account": "233540000000",
"sender_name": "Errol Yogu",
"transaction_status": "Successful",
"command_status": "ok",
"received_from": ""
}Last updated