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)
- null
- string<uuid>
null
name object
Account name
- null
- string
null
typeCustomerAccountType (string)required
Account type
Possible values: [CURRENT, SAVING]
AccountCreateRequest
{
"currency": "string",
"holderId": "null",
"name": "null",
"type": "CURRENT"
}