v2: Query Status with your Reference
The endpoint described here allows you to query transaction status with the payment reference you provided at payment initialization.
Query Transaction Status
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"data":
{
"AmountPaid": "100000.00",
"FriendlyMessage": "Transaction completed successfully",
"FurtherExplanation": null,
"IsSuccessful": true,
"PayerEmail": "email@collecta.net",
"PayerName": "SOLOMON GRUNDY",
"PaymentReference_Local": "COLLECTAREFERENCE",
"PaymentReference_Switch": "SWITCHREFERENCE",
"ResponseCode": "00",
"ResponseDescription": "Approved By Financial Institution",
"TransactionDate": "02/06/2018",
"TransactionType": "Goods Purchase"
}
}Last updated