cURL
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 }
Cancel Schedule Payout
Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'
The response is of type object.
object