This endpoint allows merchants to upload batch disbursement transactions using Microsoft Excel (.xlsx) or CSV files. The file is processed asynchronously and queued for batch processing.
| File format | Live Transaction Limit | Sandbox Transaction Limit | File Size |
|---|---|---|---|
| XLSX | up to 75,000 | 500 | 10mb |
| CSV | up to 100,000 | 500 | 10mb |
Bearer authentication header of the form Bearer
Preferred language for the response
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)