cURL
curl --request GET \ --url https://commerce1.on-hellgate.dev/customers/{customer_id}/sepa-mandates \ --header 'X-API-Key: <api-key>'
{ "data": [ { "address": "<string>", "bic": "<string>", "city": "<string>", "country_code": "<string>", "iban": "<string>", "mandate_name": "<string>", "method": "<string>", "postal_code": "<string>", "reference": "<string>", "sequence_type": "<string>", "signed_on": "<string>", "status": "<string>", "token": "<string>" } ], "pagination": { "current_page": 123, "next_page": 123, "page_size": 123, "previous_page": 123, "total_items": 123, "total_pages": 123 } }
Identifies the account. Required when authenticating via mTLS — omit when using an API key (account is inferred from the key).
Customer ID
Page cursor for pagination
Maximum items per page
Success
Show child attributes