🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/payout/single/recurrent/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "recurrentId": "735af831-75fd-4d7e-8813-8803f6f4c45c" }'
{ "status": true, "message": "Recurrent payout has been successfully cancelled" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cancel Single Recurrent Payout
The response is of type object.
object