🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/bulk/schedule/upload \ --header 'Authorization: Bearer <token>'
{ "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>
Upload Schedule Bulk Payout - Successful
The response is of type object.
object