POST
/
payout
/
single
/
recurrent
/
cancel
Cancel Single Recurrent Payout
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"
}

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 Recurrent Payout

The response is of type object.