Skip to main content

AccountCreateRequest

currencystring<Currency>required

Currency code

Possible values: <= 2147483647 characters

holderId object

Member id to hold account (Business id by-default for non-personal accounts)

oneOf
null
name object

Account name

oneOf
null
typeCustomerAccountType (string)required

Account type

Possible values: [CURRENT, SAVING]

AccountCreateRequest
{
"currency": "string",
"holderId": "null",
"name": "null",
"type": "CURRENT"
}