BankAccountCreate
ISO 3166-1 alpha-2 country code
Possible values: >= 2 characters and <= 2 characters
AUBank type
Possible values: [SWIFT, LOCAL]
SWIFTBank name. Allowed characters: letters, digits, spaces and / & - . , ' +
Possible values: <= 256 characters, Value must match regular expression ^[a-zA-Z0-9/&.,'\- +]+$
Bank Of AmericaBank account name. Allowed characters: letters, digits, spaces and / & - . , ' +
Possible values: <= 256 characters, Value must match regular expression ^[a-zA-Z0-9/&.,'\- +]+$
ABC Pty LtdRouting type
Possible values: [ABA, ACH, BIC, BSB, Fedwire, IBAN, IFSC, Branch Code, Routing Code, Sort Code, SWIFT, SWIFT/BIC, Routing Number, CNAPS, BANK CODE, None, Transit Number]
BSBRouting number
Possible values: <= 64 characters
012999Extra routing type, Conditionally required: (1) 12 digits, CNAPS is required when Payment Type is 'OURS'. (2) 6 digits, Sort Code is required if the beneficiary bank is located in the UK, Guernsey, Isle of Man, or Jersey.
Possible values: [ABA, ACH, BIC, BSB, Fedwire, IBAN, IFSC, Branch Code, Routing Code, Sort Code, SWIFT, SWIFT/BIC, Routing Number, CNAPS, BANK CODE, None, Transit Number]
BANK CODERouting number for the extra routing type
012999Bank account number
Possible values: <= 64 characters
999000123Bank account type
Possible values: [SAVINGS, CHECKING]
SAVINGSaddress object
Bank address
Business official street address. Allowed characters: letters, digits, spaces and , . - / # ( ) : '
Possible values: >= 4 characters and <= 256 characters, Value must match regular expression ^[A-Za-z0-9\s,.\-/#():']+$
19 Victoria AveCity name of business official address. Allowed characters: letters, spaces and - . '
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-.']+$
SydneyState name of business official address. Allowed characters: letters, spaces and -
Possible values: <= 128 characters, Value must match regular expression ^[A-Za-z\s\-]+$
New South WalesZip code of business official address. Allowed characters: letters, digits, hyphens and spaces
Possible values: <= 32 characters, Value must match regular expression ^[A-Za-z0-9\- ]+$
2000Three letters currency code
Possible values: >= 3 characters and <= 3 characters
AUD{
"countryCode": "AU",
"bankType": "SWIFT",
"bankName": "Bank Of America",
"accountName": "ABC Pty Ltd",
"routingNoType": "BSB",
"routingNumber": "012999",
"routingNoType1": "BANK CODE",
"routingNumber1": "012999",
"accountNumber": "999000123",
"accountType": "SAVINGS",
"address": {
"street": "19 Victoria Ave",
"city": "Sydney",
"state": "New South Wales",
"zip": "2000"
},
"currencyCode": "AUD"
}