Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

Title: Fetch Transaction details

Description: This endpoint is used to retrieve transaction details for a specific transfer transaction by either using Transaction reference or Tenant reference

URL:/Payout/Disbursement/Payout/FetchTransactionbyReference/{txnRef}

HTTP Method: GET

Headers: authorization Set value to Bearer SECRET_KEY

string

 

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

Query Params

txnref *

 

Sample Response code : 200

{
  "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"
}
  • No labels