Query Status With A1Pay Reference
The second way you can query for the status of a transaction, this time, using the A1Pay reference that is returned to your ReturnURL through URL query parameters
Get 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@a1pay.net",
"PayerName": "SOLOMON GRUNDY",
"PaymentReference_Local": "A1PAYREFERENCE",
"PaymentReference_Switch": "SWITCHREFERENCE",
"ResponseCode": "00",
"ResponseDescription": "Approved By Financial Institution",
"TransactionDate": "02/06/2018",
"TransactionType": "School Fees"
}
}Last updated