sepa

List Sepa

get/v2/sepa/

Query parameters

startinteger
limitinteger

Response

Successful Response

Example response

{
  "range": {
    "start": 42,
    "end": 52,
    "limit": 10,
    "count": 1337,
    "has_more": true
  },
  "sepa": [
    {
      "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.