# Index reference accounts for a person Returns an array containing all reference accounts associated with the person's Solaris account specified in the request URL. Endpoint: GET /v1/persons/{person_id}/accounts/{account_id}/reference_accounts Version: 1.0 ## Path parameters: - `person_id` (string, required) - `account_id` (string, required) ## Query parameters: - `page[number]` (integer) The number of results pages to return. - `page[size]` (integer) The number of results to return in each page. - `filter[iban]` (string) Filter the results by IBAN. - `filter[status]` (string) Filter the results by account status. Enum: "ACTIVE", "INACTIVE" ## Response 200 fields (application/json): - `id` (string) Unique ID of the reference account. Example: "ee4cc80bee604de09d036d8b7a9b6cb0" - `status` (string) Current status of the reference account. Example: "ACTIVE" - `name` (string) The reference account holder's name. Example: "Max Mustermann" - `iban` (string) The reference account's IBAN. Example: "DE32110101001000000029" - `mandate_number` (string) The number of the SDD mandate associated with the reference account. Example: "example-mandate-number" - `mandate_signature_date` (string) The date when the customer signed the SDD mandate. Example: "2020-01-08" ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `code` (string) Example: "invalid_request" - `title` (string) Example: "Invalid Request" - `details` (string) Example: "Request is invalid" ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "failed to build pagination headers" - `details` (string) Example: "cannot connect to database" ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `details` (string) Example: "Model was not found" ## Response 500 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `code` (string) Example: "generic_error" - `title` (string) Example: "Internal Server Error" - `details` (string) Example: "Internal server error. occurred"