Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#79E2F2

Title: Fetch Single Transaction details

Panel
bgColor#F4F5F7

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

Panel
bgColor#F4F5F7

URL:https://laas.leatherback.co/Payout/Disbursement/Payout/FetchTransactionbyReference/{txnRef}

Panel
bgColor#F4F5F7

Base URL: https://laas.leatherback.co

Panel
bgColor#F4F5F7

HTTP Method: GET

 

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

Element

Description

Type

Example

Required

reference

The reference of the transaction

String

to be pass as path variable

Reference can be either “tenantReference" or "reference"

Yes

 

Panel
bgColor#FFC400

Sample Response Payload

Expand
titleResponse Payload (Success)
Code Block
languagejs
{
  "value": {
    "batchId": "7e748f08-0fa7-46a2-b32a-e7f99a68bb7b",
    "debitAccountNumber": "9977598776",
    "debitAccountName": "MERCHANT(Bolly group)",
    "beneficiaryAccountNumber": "0112345678",
    "currencyCode": "NGN",
    "currencySymbol": "₦",
    "amount": 100,
    "narration": "trasfer",
    "status": "Successful",
    "previousBalance": 89860,
    "currentBalance": 89750,
    "payoutType": "Debit",
    "tenantReference": "Bd47-972",
    "paymentReference": "TH8BPQIPPO",
    "beneficiaryAccountName": "Account Name",
    "beneficiaryPaymentMethod": "BankCode",
    "beneficiaryPaymentMethodValue": "999998"
  },
  "isSuccess": true,
  "error": "",
  "message": "",
  "responseCode": null,
  "type": null,
  "title": null,
  "status": 200,
  "detail": null,
  "instance": null,
  "extensions": {}
}
Expand
titleResponse Payload (Error)
Code Block
languagejs
  {
    "value": null,
    "isSuccess": true,
    "error": "",
    "message": "",
    "responseCode": null,
    "type": null,
    "title": null,
    "status": 200,
    "detail": null,
    "instance": null,
    "extensions": {}
}
Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1256f
sortmodified
showSpacefalse
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "LAD"
labelskb-how-to-article