Versions Compared

Key

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

Title: Get Transaction details

...

Panel
bgColor#F4F5F7

Headers: authorization Set value to Bearer SECRET_KEYstring

 

Pass Reference derived from the Response of Initiate Transaction Payout endpoint

Panel
bgColor#FFC400

Sample Response Body Response code : 200

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

...