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 Page History

« Previous Version 3 Next »

Title: Get Transaction details

Description: This endpoint helps to retrieve specific transaction details by passing a unique Reference

URL: /payout/Disbursement/SendR/transactions/{reference}

HTTP Method: GET

Headers: authorization Set value to Bearer SECRET_KEY

 

Pass Reference derived from the Response of Initiate Transaction Payout endpoint

Sample Response Body Response code : 200

{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": "string",
  "value": {
    "rate": 0,
    "reference": "string",
    "paymentReference": "string",
    "senderCurrencyCode": "string",
    "description": "string",
    "amount": 0,
    "status": 0,
    "beneficiary": {
      "currencyCode": "string",
      "countryCode": "string",
      "name": "string",
      "email": "string",
      "address": "string",
      "paymentMethodType": 0,
      "paymentMethodValue": "string",
      "metaData": {
        "additionalProp1": "string",
        "additionalProp2": "string",
        "additionalProp3": "string"
      }
    },
    "creationTime": "2023-05-20T23:45:35.339Z"
  },
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}
  • No labels