Get All Transaction details

Title: Get All Transaction details

Description: This endpoint helps to retrieve all transaction details by passing a page size range

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

 

Pass the following Query params; PageSize integer($int32) (query), Page integer($int32) (query), & Page DisablePageLimit boolean (query)

{ "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "isSuccess": true, "error": "string", "message": "string", "responseCode": "string", "value": { "pageData": { "pageNumber": 0, "pageCount": 0, "pageSize": 0, "hasNextPage": true, "hasPreviousPage": true, "firstItemOnPage": 0, "lastItemOnPage": 0, "totalItemCount": 0 }, "record": [ { "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-21T00:00:00.372Z" } ] }, "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" }

 Related articles

Leatherback 2024