cURL
curl --request POST \ --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/{engagement-id}/sepa-direct-debit/register \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "iban": "DE89370400440532013000", "consentId": "db8212b3-c9e9-4518-aabf-565b7d42326b" } '
{ "mandateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Register a SEPA direct debit mandate with the provided IBAN and consent
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