Transaction Status
Verify a transaction.
Check transaction status
Request Body
Name
Type
Description
{
"tnxRef": "6e003f69-55e3-4117-aa7a-f4259ad227ae"
}Response Body
{
"txRef": "6e003f69-55e3-4117-aa7a-f4259ad227ae",
"destinationCurrency": "NGN",
"sourceAmount": 2500.000000,
"sourceCurrency": "NGN",
"status": "successful",
"destinationAmount": 2500.000000,
"customer": {
"id": 6132,
"name": Demo Tester,
"email": "[email protected]",
"phone": "09012332122",
"createdAt": "2022-01-24 13:25:31",
"updatedAt": "2022-01-24 13:25:31"
}
}{
"error": "Transaction not found."
}Last updated