---
title: "Enrich Account"
method: POST
path: "/business/account/enrich"
tags: ["wallets"]
---

# Enrich Account

`POST /business/account/enrich`

Create deposit credentials for an account. If already enriched, the deposit credentials are returned.

## Request body

- BusinessEnrichAccountRequest
  - `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

- EnrichAccountResponse
  - `accountId` string
  - `ownerId` string
  - `currency` string
  - `blockchainDepositAddress` string
  - `blockchainNetwork` object
    - `name` string
  - `multiChainSupport` boolean
  - `blockchainNetworks` object[]
    - `name` string, required
  - `status` string
  - `internalAccountId` string
  - `bankCountry` string
  - `bankAddress` string
  - `iban` string
  - `bic` string
  - `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)
