POST
/
payout
/
bulk
/
upload
Upload bulk payout
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"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Upload bulk payout - Successful

The response is of type object.