cURL
curl --request GET \ --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/{engagement-id}/sepa-direct-debit/mandates/{mandate-id} \ --header 'Authorization: Basic <encoded-value>'
{ "mandateId": "550e8400-e29b-41d4-a716-446655440001", "reference": "291ab6ab4ef3728c28a0b4aca0d0e081", "iban": "DE89370400440532013000", "status": "ACTIVE", "createdAt": "2025-11-06T17:33:02.053217628Z", "updatedAt": "2025-12-06T16:33:02.053406608Z" }
Get details of a SEPA direct debit mandate including status and timestamps
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
ACTIVE
CANCELLED
EXPIRED
FAILED