POST
/
payout
/
single
/
schedule
/
cancel
Cancel Single Schedule Payout
curl --request POST \
  --url https://nini.monieswitch.com/payout/single/schedule/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "scheduleId": "96095488-ede9-4c94-ab86-37992d756dcb"
}'
{
  "status": true,
  "message": "Schedule payout has been successfully cancelled"
}

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

Cancel Single Schedule Payout

The response is of type object.