🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/bulk/schedule/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "batchFile": "file-upload.png", "name": "Checking Balance", "scheduleDate": "2024-11-14T16:55:15.000Z" } '
{ "status": true, "message": "Operation running in the background.", "data": { "id": "fd2acdcf-b5bf-49e1-afa4-181a1a8312ee", "name": "Testing", "status": "UPLOADING", "scheduleDate": "2024-11-13T14:00:15.851Z", "batchReference": "wFQXhT0zATlwfqRh6NTUGHnltUvcVsuLtM3Y", "uploadedFile": "https://d1hhqx6q67lhms.cloudfront.net/fLS3YGJqqwQBmaGAPzTQZhJ4m_bulk-payout-5.csv" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type unknown.
unknown
Upload Schedule Bulk Payout - Successful
Show child attributes