🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/bulk/upload \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Operation running in the background.", "data": { "id": "d0aaa76b-a960-4fe5-948f-0196eb0514fa", "name": "Testing", "status": "UPLOADING", "batchReference": "P0JZNFvByf601yVbbS34RPjieMm0Qt75auKZ", "uploadedFile": "https://d26vslh4lbgfdh.cloudfront.net/6vj90vFrMGgoj6VBNxxkFs3xN_bulk-payout-template.csv" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload bulk payout - Successful
The response is of type object.
object