Payment Status
Check the status of your transactions e.g transfer
POST
{{base_url}}/transtatus
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer PUBLIC_KEY
Request Body
Name
Type
Description
reference
String
Transaction reference returned from us or merchant passed reference
Response
{
"status": true,
"message": "Transaction Retrieved",
"deliveryStatus": "Successful",
"responseCode": "01",
"payRef": "API1725870632SM517",
"paymentTime": "09 Sep 2024 09:30 am",
"recipient": "002317660",
"amount": "50000.00",
"product": "sendmoney",
"prevBalance": "1050000.00",
"newBalance": "1000000.00",
"fee": "20.00",
"totalCharged": "50020.00",
"provRef": "54adfb6ebadb6764a6f07",
"currency": "NGN",
"accountName": "ADEAYO",
"accountNo": "002317660",
"bankName": "Access BankDiamond",
"bankCode": "063",
"narration": "transfer",
"paytype": "DEBIT"
}
Last updated
Was this helpful?