v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB
wallets

Enrich Account

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

post/business/account/enrich

Request body

businessIdstring uuid required

Unique Id of the business for whom this wallet is being created

accountIdstring required

The unique ID of the account that belongs to the businessId

Example request

{
  "businessId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
  "accountId": "e8fe3580bb1b5825b1faf240645520ac"
}

Response

success

accountIdstring
ownerIdstring
currencystring
blockchainDepositAddressstring
multiChainSupportboolean
statusstring
internalAccountIdstring
bankCountrystring
bankAddressstring
ibanstring
bicstring
accountNumberstring
bankNamestring
bankAccountHolderNamestring
providerstring
paymentTypestring
domesticboolean
payInReferencestring

Example response

{
  "accountId": "e8fe3580bb1b5825b1faf240645520ac",
  "ownerId": "25fb7453-67e8-4f4a-b741-f7cab0eac57d",
  "currency": "BTC",
  "blockchainDepositAddress": "tb1qjkt6mhjksd54aufzygeshk0q5p4smz4lsjva52",
  "blockchainNetwork": {
    "name": "Bitcoin Testnet 3"
  },
  "blockchainNetworks": [
    {
      "name": "Bitcoin Testnet 3"
    }
  ]
}