Panel |
---|
|
Title: Fetch Transaction details |
...
Panel |
---|
|
Headers: authorization Set value to Bearer X-API: SECRET_KEY string
|
First, you need to pass either a Transaction reference
or Tenant Reference.
Panel |
---|
|
Sample Response code : 200 |
Code Block |
---|
|
{
"batchId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"debitAccountNumber": "string",
"debitAccountName": "string",
"beneficiaryAccountNumber": "string",
"currencyCode": "string",
"currencySymbol": "string",
"amount": 0,
"narration": "string",
"status": "string",
"previousBalance": 0,
"currentBalance": 0,
"payoutType": "None",
"tenantReference": "string",
"paymentReference": "string",
"beneficiaryAccountName": "string",
"beneficiaryPaymentMethod": "string",
"beneficiaryPaymentMethodValue": "string"
} |
...