GET
/
api
/
external
/
v2
/
sepa_mandates
/
{id}
{
  "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"
}

Path Parameters

id
string
required

(Required) ID of the SEPA mandate to delete

Example:

"1234"

Response

200
application/json

A SEPA mandate

The response is of type object.