cURL
curl --request POST \ --url https://api.sand.getivy.de/api/service/mandate/revoke \ --header 'Content-Type: application/json' \ --header 'X-Ivy-Api-Key: <api-key>' \ --data '{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }'
{ "success": true }
Revokes a Direct Debit Mandate with a valid mandate id.
API key for authentication
Success response indicating mandate revocation status
The response is of type object.
object