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
}

Changes

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