---
title: "Retrieve a business account"
method: GET
path: "/v1/businesses/{business_id}/accounts/{id}"
tags: ["Business accounts"]
---

# Retrieve a business account

`GET /v1/businesses/{business_id}/accounts/{id}`

Returns the business account specified in the request URL.

## Path parameters

- `business_id` string, required
- `id` string, required

## Response `200`

The operation was successful.

- SolarisServerDecoratorsAccountWithStatus
  - `id` string — ID of the account.
  - `iban` string — IBAN associated with the account.
  - `bic` string — BIC associated with the account.
  - `type` 'CHECKING_PERSONAL' | 'CHECKING_BUSINESS' — Type of the account.
  - `purpose` string — purpose of account
  - `currency` string — currency of account
  - `balance` object — The current account balance. Value is in Euro cents.
    - `value` integer
    - `unit` string
    - `currency` string
  - `available_balance` object — The current account balance including reservations that have not yet been booked. Value is in Euro cents.
    - `value` integer
    - `unit` string
    - `currency` string
  - `opened_at` string — Date and time when the account was opened (UTC format).
  - `locking_status` 'NO_BLOCK' | 'CREDIT_BLOCK' | 'DEBIT_BLOCK' | 'BLOCK' — Read-only booking block indicating whether funds can be transferred to/from the account. The default status is `NO_BLOCK`. Other status values indicate that funds may neither be credited to, nor debited from, the account. Only authorized Solaris employees can change the status of this value. Attempting to perform an action not compliant with the current blocking status (e.g., initiating a transaction to or from a blocked account) will cause either a return of the transaction or an exception.
  - `locking_reasons` string[] — Read-only indicator of the reason a block was applied to the account. If the account is not blocked, then this value will contain an empty array.
  - `account_limit` object — The allowed amount of negative balance on the account. This is included into the calculation of the `available_balance`.
    - `value` integer
    - `unit` string
    - `currency` string
  - `person_id` string — ID of the person for whom the account was created.
  - `business_id` string — ID of the business for whom the account was created. Only filled if the account owner is a legal entity.
  - `status` string
  - `closure_reason` 'ACCOUNT_REVOCATION' | 'ACCOUNT_REVOCATION_INTERNAL' | 'COMPLIANCE_IMMEDIATE_INTERNAL' | 'COMPLIANCE_IMMEDIATE_PARTNER' | 'COMPLIANCE_ORDINARY_INTERNAL' | 'CUSTOMER_WISH' | 'CUSTOMER_WISH_INTERNAL' | 'DUNNING_DECOUPLED_CARD_INTERNAL' | 'FATCA_STATUS_INELIGIBLE_IMMEDIATE' | 'FATCA_STATUS_INELIGIBLE_ORDINARY' | 'INSOLVENCY_IMMEDIATE_INTERNAL' | 'INSOLVENCY_ORDINARY_INTERNAL' | 'KYC_ORDINARY_INTERNAL' | 'PARTNER_SERVICE_ACCOUNT_TERMINATED' | 'RELATIONSHIP_TERMINATION' | 'RELATIONSHIP_TERMINATION_INTERNAL' | 'SEIZURES_ORDINARY_INTERNAL' | 'TAX_ID_CHANGE_ORDINARY' | 'TECHNICAL_IMMEDIATE_INTERNAL' | 'TERMS_AND_CONDITIONS_BREACH_IMMEDIATE' | 'TERMS_AND_CONDITIONS_BREACH_ORDINARY' | 'WRONG_ACCOUNT_TYPE' — List of possible reasons for an account closure request initiated by Solaris.
  - `overdraft` Overdraft
    - `rate` number
    - `limit` integer
  - `closed_at` string — Date and time when the account was closed (UTC format).

## Other responses

- `400` — An error occurred on the client side.
- `404` — The account could not be found.
- `500` — Internal server error.
- `default` — Unexpected 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)
