v1
latestOpenAPI 3.0.12026-07-141671231.8 MBMandates
Get a SEPA mandate
This endpoint allows you to retrieve a specific SEPA mandate by ID
ℹ️ This endpoint requires one of the following scopes: customer_mandates:all, customer_mandates:readonly
get/api/external/v2/sepa_mandates/{id}
Path parameters
idinteger required
ID of the SEPA mandate to retrieve
Response
A SEPA mandate
Example response
{
"id": 12345,
"bank": "BNP Paribas",
"bic": "BNPAFRPP",
"iban": "FR3612739000506556687647Z31",
"sequence_type": "RCUR",
"signed_at": "2025-04-24",
"identifier": "K-02-2023-12345",
"customer": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/customers/42"
},
"created_at": "2023-08-07T14:23:12.000Z",
"updated_at": "2023-08-07T14:23:12.000Z"
}