sepa

Create Sepa

post/v2/sepa/

Query parameters

bicboolean

Only available for some specific companies

Only available for some specific companies

Request body

mandatestring

Mandate id

namestring required

Simple name identifying a mandate

date_mandatestring date

Mandate date in YYYY-MM-DD format

ibanstring required

Iban

bicstring

Bic

customerstring

Example request

{
  "mandate": "maecux5aSa4ikae3kaiw9veivahpeer6",
  "name": "Jean Dupont",
  "date_mandate": "2021-06-14",
  "iban": "FR1420041010050500013M02606",
  "bic": "TESTFRPP",
  "customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Response

Successful Response

bicstring

Bic

createdstring date-time required
date_mandatestring date

Mandate date in YYYY-MM-DD format

idstring required
last4string required

Last 4 digit of the sepa

mandatestring

Mandate id

namestring required

Simple name identifying a sepa

customerstring

Id of the customer if sepa linked to one

deletedboolean required

Example response

{
  "bic": "TESTFRPP",
  "date_mandate": "2023-04-18",
  "id": "sepa_yWYfCSzsUUhr9KwMv7vuLZHX",
  "last4": "2606",
  "mandate": "5439018654a7585dfghj637192Dfdf5867604gs528",
  "name": "Sepa1",
  "customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.