Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#79E2F2

Title: Fetch Transaction details

...

First, you need to pass either a Transaction reference or Tenant Reference.

Panel
bgColor#FFC400

Query Params

Code Block
languagejson
txnref *

 

Panel
bgColor#FFC400

Sample Response code : 200

Code Block
languagejson
{
  "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"
}

...