Create Multi-Currency Account

Enables the creation of a savings account variant that supports multiple currencies. This allows a single account to hold balances in multiple currencies simultaneously.

How it works:

  • Specify a productId that references a multi-currency product
  • The account will automatically support all currencies configured in that product
  • Each supported currency will have its own sub-account within the main account
  • Clients can deposit, withdraw, and hold balances in any of the supported currencies

Prerequisites:

  1. A client must be established and active
  2. A multi-currency product must be created and configured with the desired currencies

Note: This uses the same endpoint as the standard Create & Activate Account API, but with a multi-currency product ID.

Query Params
string
Defaults to submit

The value which is supported is: 'submit'.

Body Params

Request body for creating a multi-currency account

integer
required

ID of the multi-currency product. This determines which currencies will be available in the account.

integer
required

ID of the client who will own this multi-currency account

string
required

Date when the account is submitted for creation

string
required

Locale setting for the account

string
required

Date format pattern used for date fields

Responses

400

Bad request - Invalid input parameters or missing required fields

401

Unauthorized - Invalid or missing authentication token

403

Forbidden - Insufficient permissions

404

Not found - Client or product does not exist

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json