Create a bank account.Ask AIpost https://api.helcim.com/v2/customers/{customerId}/bank-accountsPath ParamscustomerIdnumberrequiredCustomer ID.Body ParamsBank information.accountCorporateint8enumrequiredThe bank account type: 1 - Personal 2 - Corporate 12Allowed:12accountTypeint8enumrequiredThe bank account type: 1 - Checking 2 - Savings 12Allowed:12bankAccountNumberstringrequired7-12 digits for Canadian bank accounts and 8-12 for US bank accounts.bankFinancialNumberstringThis 3 digit number is needed for Canadian bank accounts.bankRoutingNumberstringThis 9 digit number is needed for US bank accounts.bankTransitNumberstringThis 5 digit number is needed for Canadian bank accounts.citystringrequiredcountryAlpha2stringrequiredCountry name in ISO2 format, e.g "CA", "US"firstNamestringEither first and last name or company name need to be specified.lastNamestringEither first and last name or company name need to be specified.companyNamestringEither first and last name or company name need to be specified.postalCodestringrequiredprovinceAlpha2stringrequiredProvince/State name in ISO2 format, e.g "AB", "ON"streetAddressstringrequiredResponses 201Successfully created new bank account. A bank authorization was also emailed to the customer. 400Invalid request. 403User does not have valid permissions. 500Unexpected internal error.Updated about 1 year ago