{
"bank": "BNP Paribas",
"bic": "BNPAFRPP",
"created_at": "2023-08-07T14:23:12.000Z",
"customer": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/customers/42"
},
"iban": "FR3612739000506556687647Z31",
"id": 12345,
"identifier": "K-02-2023-12345",
"sequence_type": "RCUR",
"signed_at": "2025-04-24",
"updated_at": "2023-08-07T14:23:12.000Z"
}
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
{
"bank": "BNP Paribas",
"bic": "BNPAFRPP",
"created_at": "2023-08-07T14:23:12.000Z",
"customer": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/customers/42"
},
"iban": "FR3612739000506556687647Z31",
"id": 12345,
"identifier": "K-02-2023-12345",
"sequence_type": "RCUR",
"signed_at": "2025-04-24",
"updated_at": "2023-08-07T14:23:12.000Z"
}
(Required) ID of the SEPA mandate to delete
"1234"
A SEPA mandate
The response is of type object
.