v1

latestOpenAPI 3.1.0Apache 2.02026-07-2473175248.0 KB
1. Customers

Create an Account under a specific Customer on this Platform.

post/customers/{customerIdentifier}/accounts

Path parameters

customerIdentifierstring required

The customerIdentifier for the Customer under which you are creating a new account

Request body

accountIdentifierstring required

A unique identifier for this account. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.

displayNamestring required

A friendly name for this account.

contactEmailstring required

An email address for a designated representative for this account.

currencyCode'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' | 'MXN' | 'SGD' | 'PLN'

The currency this account will accept for deposits/withdraws. Only one currency can be specified, and can never be changed. Default to USD if not specified.

Response

Created

accountIdentifierstring required

A unique identifier for this account. Must be between 5-100 characters and accepts the following: -0-9a-zA-Z in any sequence.

displayNamestring required

A friendly name for this account.

contactEmailstring required

An email address for a designated representative for this account.

currencyCode'AUD' | 'CAD' | 'EUR' | 'GBP' | 'USD' | 'MXN' | 'SGD' | 'PLN'

The currency this account will accept for deposits/withdraws. Only one currency can be specified, and can never be changed. Default to USD if not specified.