099ef636a5a1
latestOpenAPI 3.0.12026-08-0660121245.3 KBAccounts
Index accounts
Returns all accounts (both personal & business) managed under a partner.
get/v1/accounts
Query parameters
page[number]string
Returns a specific page of results.
page[size];integer
Determines the size of each page of results.The maximum value is 200
filter[type]string
Filters the returned accounts by type.
filter[iban]string
Filters the returned accounts by IBAN.
filter[id]string
Filters the returned accounts by ID
Response
The operation was successful.
Example response
[
{
"id": "5526853938474f3e92b22a03ea57a544cacc",
"iban": "DE76110101001100000999",
"bic": "SOBKDEBBXXX",
"type": "CHECKING_PERSONAL",
"person_id": "bb66a0161a0a4066abfe133412f6236dcper",
"business_id": "a9a25dc10aa74244bd0bb75d1ce6b3b5cbiz",
"overdraft": {
"rate": 12.5,
"limit": 10000
}
}
]