v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Merchants

ClearingAccounts:List

Retrieve all clearing accounts which you have access to

get/v2/clearingaccounts/list

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "clearingAccounts": [
    {
      "code": "BA-1234-4321",
      "name": "ABN AMRO",
      "iban": "NL91ABNA0417164300"
    }
  ],
  "total": 10
}