/
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}
First, you need to pass the Query params stated below;
BatchId {1be0c7f4-588c-431a-8cfc-b773c9063edb}
Batch Id:
The batch_Id is the data.id
returned from the create bulk transfer response [Required]
{
"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
Leatherback 2024