Versions Compared

Key

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

Title: Get Transaction details

Panel
bgColor#F4F5F7

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

Panel
bgColor#F4F5F7

URL: https://laas.leatherback.co/payout/Disbursement/SendR/transactions/:reference

Panel
bgColor#F4F5F7

HTTP Method: GETBase URL: https://laas.leatherback.co

Panel
bgColor#F4F5F7

Headers: authorization Set value to X-API: SECRET_KEYHTTP Method: GET

 Pass Reference derived from the Response of Initiate SendR Transaction Payout endpoint.

Info

Always remember to include the prefix.

Panel
bgColor#FFC400

Sample Response Body Response code: 200

Code Block
languagejson
{
  "value": {
    "rate": 1151.9867,
    "midRate": 1160,
    "reference": "Gef0-42991731",
    "paymentReference": "AaaS-KL0J9GPPO",
    "senderCurrencyCode": "USD",
    "description": "Transaction from test account UK",
    "amount": 1.36,
    "status": "Successful",
    "beneficiary": {
      "currencyCode": "NGN",
      "countryCode": "NGA",
      "name": "TEST LIMITED",
      "email": "support@test.com",
      "address": "Nigeria",
      "paymentMethodType": "BankCode",
      "paymentMethodValue": "000023",
      "beneficiaryAmount": 1566.7,
      "metaData": {
        "beneficiaryAccountNumber": "1304143134",
        "beneficiaryAccountName": "TEST LIMITED",
        "SessionId": "1100462312049879496998178441",
        "DestinationInstitutionCode": "000023",
        "AccountNumber": "1304143134",
        "AccountName": "TEST LIMITED ACCT",
        "KycLevel": "3"
      }
    },
    "creationTime": "2023-12-04T10:48:51.434333"
  },
  "isSuccess": true,
  "error": "",
  "message": "",
  "responseCode": null,
  "type": null,
  "title": null,
  "status": 200,
  "detail": null,
  "instance": null,
  "extensions": {}
}

...