POST
/
payout
/
single
/
schedule
/
cancel
Cancel Schedule Payout
curl --request POST \
  --url https://nini.monieswitch.com/payout/single/schedule/cancel \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "scheduleId": "e236a790-ca07-4b66-8315-db6e47b3f69f"
}'
{
  "message": "Schedule payout has been successfully cancelled",
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Body

application/json

Response

200 - application/json

Cancel Schedule Payout

The response is of type object.