---
title: "Get Account By Id"
method: POST
path: "/business/get/account"
tags: ["wallets"]
---

# Get Account By Id

`POST /business/get/account`

Fetch an account with an account Id

## Request body

- BusinessGetAccountRequest
  - `businessId` string, uuid, required — Unique Id of the business for whom this wallet is being created
  - `accountId` string, required — The unique ID of the account that belongs to the businessId

## Response `200`

success

- Account
  - `accountId` string
  - `parentWalletId` string
  - `currency` string
  - `ownerId` string
  - `ownerType` string
  - `createdAt` string, date-time — RFC 3339 format
  - `availableBalance` object
    - `amount` string
    - `currency` string
    - `hAmount` string
    - `fiatEquivalentBalance` string
    - `fiatCurrency` string
    - `hFiatEquivalentBalance` string
    - `rate` string
  - `linkedCardId` string
  - `status` string
  - `permissions` string[]
  - `enriched` boolean
  - `parentApplicationId` string
  - `syncedOwnerId` string
  - `accountPath` string
  - `blockchainNetworks` object[]
    - `name` string
  - `multiChainSupport` boolean
  - `linkedBankAccountId` string
  - `bankingDetails` object
    - `currency` string
    - `status` string
    - `internalAccountId` string
    - `bankCountry` string
    - `bankAddress` string
    - `iban` string, iban
    - `bic` string, bic
    - `accountNumber` string
    - `bankName` string
    - `bankAccountHolderName` string
    - `provider` string
    - `paymentType` string
    - `domestic` boolean
    - `routingCodeEntries` unknown[]
      - unknown
    - `payInReference` string

## Other responses

- `400` — Bad Request. The request was unacceptable, often due to missing a required parameter.
- `401` — Invalid authentication header
- `403` — Forbidden
- `500` — Unexpected server error.

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/revisions/63e57aa7df45/schema)
