POST
/
payout
/
bulk
/
dispatch
Dispatch Bulk Payout Records
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."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Dispatch Bulk Payout Records - Successful

The response is of type object.