/
Fetch Bulk Transaction Details
Fetch Bulk Transaction Details
Title: Fetch Bulk Transaction details Endpoint
Description: This endpoint is used to retrieve transaction details for a bulk fund transfer transaction by passing a Batch Id.
URL: /Payout/Disbursement/Payout/FetchTransactionsbyBatch/{batchRef}
Base URL: https://laas.leatherback.co
HTTP Method: GET
Headers: authorization Set value to X-API: SECRET_KEY
string
First, you need to pass the Query params stated below;
Query Params
BatchId {1be0c7f4-588c-431a-8cfc-b773c9063edb}
Batch Id:
The batch_Id is the data.id
returned from the create bulk transfer response [Required]
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"
}
Related articles
, multiple selections available,
Related content
Fetch all Payment Links
Fetch all Payment Links
More like this
Payment Links
Payment Links
Read with this
Fetch Single Transaction details
Fetch Single Transaction details
More like this
Fetch all Transaction Details
Fetch all Transaction Details
More like this
Get All Transaction details
Get All Transaction details
More like this
Get Transaction details
Get Transaction details
More like this
Leatherback 2024