🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/bulk/dispatch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pin": "2222", "batchReference": "2fssUwtojD4yQ8pJgO4d2ikIxPrZWhQ2qSrQ" }'
{ "status": true, "message": "Bulk payout has been dispatched." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dispatch Bulk Payout Records - Successful
The response is of type object.
object