---
title: "Index reference accounts for a business"
method: GET
path: "/v1/businesses/{business_id}/accounts/{account_id}/reference_accounts"
tags: ["Reference accounts"]
---

# Index reference accounts for a business

`GET /v1/businesses/{business_id}/accounts/{account_id}/reference_accounts`

Returns an array containing all reference accounts associated with the business account specified in the request URL.

## Path parameters

- `business_id` string, required
- `account_id` string, required

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[iban]` string
- `filter[status]` 'ACTIVE' | 'INACTIVE'

## Response `200`

The operation was successful.

- BusinessReferenceAccount[]
  - `id` string — Unique ID of the reference account.
  - `status` string — Current status of the reference account.
  - `name` string — The reference account holder's name.
  - `iban` string — The reference account's IBAN.
  - `mandate_number` string — The number of the SDD mandate associated with the reference account.
  - `mandate_signature_date` string, date — The date when the customer signed the SDD mandate.
  - `mandate_type` 'B2B' | 'Core' — The type of SDD mandate.

## Other responses

- `400` — Invalid request.
- `403` — You are not authorized to perform this action.
- `404` — The requested resource could not be found.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/account-management.md) · [All operations](https://skmtc.net/solarisgroup/apis/account-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/account-management/revisions/099ef636a5a1/schema)
