cURL
curl --request POST \ --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/{engagement-id}/sepa-direct-debit/cancel \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "mandateId": "550e8400-e29b-41d4-a716-446655440001" } '
{ "mandateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Cancel a SEPA direct debit mandate for the provided mandate ID
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password