Person accounts
Index accounts for a person
Returns an array containing all accounts owned by the person specified in the request URL.
get/v1/persons/{person_id}/accounts
Path parameters
person_idstring required
Query parameters
page[number]string
The number of results pages to return.
page[size]string
The size of each results page to return.
filter[iban]string
Filters the results by IBAN.
filter[status]string
Filters the results by account status.
Response
The operation was successful.
Example response
[
{
"id": "efdd8c5e7ec0b4e36768c6de39e6cfc0cacc",
"iban": "DE05011010100000000043",
"bic": "SOBKDEB2XXX",
"purpose": "primary",
"opened_at": "2020-04-25T12:50:33Z",
"status": "ACTIVE",
"locking_status": "BLOCK",
"person_id": "0ba2211cab11af6094d60ead81f2bd9dcper",
"business_id": "52e6a9b8a559d842ed7d8901b0e1bf4bcbiz"
}
]