Get Batch Transactions
This endpoint retrieves a paginated list of transactions within a specific batch disbursement with optional filtering capabilities.
Authorizations
Bearer authentication header of the form Bearer Token, Where accessToken is the access token used to authenticate the request.
Headers
Preferred language for the response
Body
Required string length: 8
10000000 <= x <= 99999999Identifier of the batch to retrieve transactions for
Page number for pagination (starts from 1)
Number of records per page
If true, includes previous pages; if false, only current page
Field to search by (BeneficiaryName, BeneficiaryAccountNumber, TransactionReferenceNumber, SourceReferenceNumber)
Text to search for (case-insensitive)
Filter by transaction status
Response
Success Response (200)