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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Upload Schedule Bulk Payout - Successful

The response is of type object.