Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
Request payload for uploading batch disbursement files
Required string length: 8
10000000 <= x <= 99999999Whether the batch should be scheduled for later processing
The content type of the file (e.g., "XLSX", "CSV")
4Email address of the user uploading the batch file
60"johndoe@example.com"
Base64-encoded content of the Excel or CSV file
1Scheduled date for processing (required if isBatchScheduled is true)
Response
Success Response (200 OK)
The response is of type string.
"Batch has been queued for processing"