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

Version 1 Next »

Title: Fetch Transaction Details by Page Size

Description: This endpoint is used to retrieve transaction details in pages. Default size is 50pages

URL: /Payout/Disbursement/Payout/FetchPayoutTxns

HTTP Method: GET

Headers: authorization Set value to Bearer SECRET_KEY

string

 

First, you need to pass the Query params stated below;

Query Params

pageNumber integer($int32)(query)
page number: ''
Default value : 1

1
pageSizeinteger($int32)
(query)
page size.

Default value : 50

 

Sample Response code : 200

{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "isSuccess": true,
  "error": "string",
  "message": "string",
  "responseCode": "string",
  "value": [
    {
      "txnId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "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",
      "beneficiaryPaymentMethodType": "string",
      "beneficiaryPaymentMethodValue": "string"
    }
  ],
  "additionalProp1": "string",
  "additionalProp2": "string",
  "additionalProp3": "string"
}

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.