Creates an AccountAsk AIpost http://localhost:8080/v1/accountsBody ParamsaccountHolderIduuidrequiredUnique identifier (UUID) of the account holder.accountHolderTypestringenumrequiredThe type of object that is the account holder. Possible values: CUSTOMER: The account holder is a Customer, accountHolderId contains a Customer ID GROUP: The account holder is a Group, accountHolderId contains a Group ID CUSTOMERGROUPAllowed:CUSTOMERGROUPaccountNumberstringAccount number, 8-9 digits in lengthcurrencystringenumAccount currency as three letter code as per ISO 4217.AEDAUDBHDCADCHFCNYCZKDKKEURGBPHKDHUFILSJPYKESKWDMXNNOKNZDOMRPLNQARRONSARSEKSGDTHBTRYUGXUSDZARShow 31 enum valuescustomDataobjectContains custom metadata stored with the Account. Needs to be a valid JSONcustomData objectidempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesparentAccountIduuidUnique identifier (UUID) of the parent Account. Only for FX accountsproductIduuidrequiredUnique value (UUID) of the product used for this account.Responses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 10 months ago