sepa

Get Sepa

get/v2/sepa/{id}

Path parameters

idstring required
Example:sepa_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.