Skip to main content

AccountCountry

Refers to the country of the account. It will determine the country code of the local IBAN of the account.

Available Account Country: CCA3

enum AccountCountry {
FRA
DEU
ESP
NLD
ITA
BEL
}

Values

AccountCountry.FRA

French account with a French IBAN, starting with FR.

AccountCountry.DEU

German account with a German IBAN, starting with DE.

AccountCountry.ESP

Spanish account with a Spanish IBAN, starting with ES.

AccountCountry.NLD

Dutch account with a Dutch IBAN, starting with NL.

AccountCountry.ITA

Italian account with an Italian IBAN, starting with IT.

AccountCountry.BEL

Belgian account with an Belgian IBAN, starting with BE (Coming Soon, not supported yet).

Member Of

Account object ● AccountMembership object ● OnboardCompanyAccountHolderInput input ● OnboardIndividualAccountHolderInput input ● Onboarding object ● OnboardingInfo object ● UpdateCompanyOnboardingInput input ● UpdateIndividualOnboardingInput input