---
title: "Create Wallet"
method: POST
path: "/business/v2/wallets/create"
tags: ["Wallets"]
---

# Create Wallet

`POST /business/v2/wallets/create`

Endpoint to add a new `Wallet`. Only company wallets can be created, a user dedicated wallet for each currency supported by your account is automatically created by the Soldo platform.

## Request body

- CreateWallet
  - `request_timestamp` integer, required — The epoch timestamp in millis. This is checked in Soldo. Requests with timestamp older than 5 seconds will be rejected.
  - `name` string, required — The name of the `Wallet`.
  - `description` string — The description of the `Wallet`.
  - `currency` 'EUR' | 'GBP' | 'USD', required — The [ISO 4217](https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=maintenance-agency) code of the currency of the `Statement` to search for.
  - `owner_type` 'company'

## Response `200`

The returned resource is a `Wallet`.

- Wallet
  - `id` string — The `Wallet` ID (sortable: yes)
  - `name` string — The name of the `Wallet` (sortable: yes)
  - `currency_code` 'AED' | 'AFN' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BOV' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BYN' | 'BZD' | 'CAD' | 'CDF' | 'CHE' | 'CHF' | 'CHW' | 'CLF' | 'CLP' | 'CNY' | 'COP' | 'COU' | 'CRC' | 'CUC' | 'CUP' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HRK' | 'HTG' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KPW' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MNT' | 'MOP' | 'MRO' | 'MRU' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MXV' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SDG' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SLL' | 'SOS' | 'SRD' | 'SSP' | 'STD' | 'STN' | 'SVC' | 'SYP' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'USN' | 'UYI' | 'UYU' | 'UYW' | 'UZS' | 'VED' | 'VEF' | 'VES' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XAG' | 'XAU' | 'XBA' | 'XBB' | 'XBC' | 'XBD' | 'XCD' | 'XDR' | 'XOF' | 'XPD' | 'XPF' | 'XPT' | 'XSU' | 'XTS' | 'XUA' | 'XXX' | 'YER' | 'ZAR' | 'ZMW' | 'ZWL'
  - `available_amount` number — The currently available balance of the `Wallet` (sortable: no)
  - `blocked_amount` number — The blocked balance of the `Wallet` (the overall amount of `Transactions` in `Authorised` status) (sortable: no)
  - `primary_user_type` 'main' | 'company' | 'employee' | 'dedicated' — The type of resource assigned to the `Wallet`.
  - `primary_user_public_id` string — The ID of the `User` if the `Wallet` is of type `employee`, not available for other `Wallet` types (sortable: no)
  - `custom_reference_id` string — The custom reference of the `User` if the `Wallet` is of type `employee`, not available for other wallet types (sortable: yes)
  - `group_id` string — The ID of the `Group` the wallet is related to (sortable: no). In case of multiple groups associated this field contains the first one for backward compatibility.
  - `groups` string[] — The list of `Group` ID the wallet is related to (sortable: no)
  - `label` string — The label of the `Wallet` (sortable: yes)
  - `visible` boolean — It determines whether the `Wallet` is visible on the web console (sortable: yes)
  - `creation_time` string — The date and time when the `Wallet` was created (sortable: yes)
  - `last_update` string — The date and time when the `Wallet` was last updated (sortable: yes)
  - `deposit_account_info` DepositAccountInfo[] — The deposit account info of the `Wallet`.
    - `type` 'IBAN' | 'SISAL' | 'SORT_CODE' | 'VIRTUAL_IBAN' | 'SHARED_SWIFT' | 'DEDICATED_SWIFT'
    - `identification` string — The account identification related to the type.
  - `description` string — The note of the `Wallet` (sortable: yes)

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
