Skip to content

Latest commit

 

History

History
167 lines (156 loc) · 4.94 KB

File metadata and controls

167 lines (156 loc) · 4.94 KB

BankAccountDetail

Properties

Name Type Description Notes
id Integer Id of this account [optional]
storeNames List<String> Store Names that are attached to this account [optional]
accountState AccountStateEnum Status of Account [optional]
stripeConnectedAccountInfo StripeConnectedAccountInfo Information about the Stripe connected account associated with this bank account (if any) [optional]
bankAddress String Address lf the bank [optional]
bankCountryCode String CountryCode of the Bank Account [optional]
accountHolderAddress String Account Holders Address [optional]
accountHolderCountryCode String Account Holders Country Code [optional]
vatNumber String Account Holders Vat Number [optional]
currencyCode CurrencyCodeEnum Currency of Account [optional]
storeIds List<Integer> List of stores to attach to Account [optional]
bankName String Name of Bank [optional]
accountName String Name of this account [optional]
iban String IBAN of this account [optional]
swift String SWIFT of this bank account [optional]
nationalClearingCode String National Clearing Code (BSB in Australia, Routing Number in USA/Canada, NCC in NZ) [optional]
populatedAccountFields List<AccountFieldKeyValuePair> A list of one or more populated account fields (field key-value pairs). If this list contains at least one item, the Iban, Swift and NationalClearingCode fields will be ignored. [optional]
rejectionReason String Reason for Rejection [optional]
businessType BusinessTypeEnum Business Type [optional]

Enum: AccountStateEnum

Name Value
UNVERIFIED "Unverified"
AWATINGVERIFICATION "AwatingVerification"
VERIFIED "Verified"
GRANDFATHERED "Grandfathered"

Enum: CurrencyCodeEnum

Name Value
EUR "EUR"
USD "USD"
GBP "GBP"
CAD "CAD"
AUD "AUD"
DJF "DJF"
ZAR "ZAR"
ETB "ETB"
AED "AED"
BHD "BHD"
DZD "DZD"
EGP "EGP"
IQD "IQD"
JOD "JOD"
KWD "KWD"
LBP "LBP"
LYD "LYD"
MAD "MAD"
OMR "OMR"
QAR "QAR"
SAR "SAR"
SYP "SYP"
TND "TND"
YER "YER"
CLP "CLP"
INR "INR"
AZN "AZN"
RUB "RUB"
BYN "BYN"
BGN "BGN"
NGN "NGN"
BDT "BDT"
CNY "CNY"
BAM "BAM"
CZK "CZK"
DKK "DKK"
CHF "CHF"
MVR "MVR"
BTN "BTN"
XCD "XCD"
BZD "BZD"
HKD "HKD"
IDR "IDR"
JMD "JMD"
MYR "MYR"
NZD "NZD"
PHP "PHP"
SGD "SGD"
TTD "TTD"
XDR "XDR"
ARS "ARS"
BOB "BOB"
COP "COP"
CRC "CRC"
CUP "CUP"
DOP "DOP"
GTQ "GTQ"
HNL "HNL"
MXN "MXN"
NIO "NIO"
PAB "PAB"
PEN "PEN"
PYG "PYG"
UYU "UYU"
VEF "VEF"
IRR "IRR"
XOF "XOF"
CDF "CDF"
XAF "XAF"
HTG "HTG"
ILS "ILS"
HRK "HRK"
HUF "HUF"
AMD "AMD"
ISK "ISK"
JPY "JPY"
GEL "GEL"
KZT "KZT"
KHR "KHR"
KRW "KRW"
KGS "KGS"
LAK "LAK"
MKD "MKD"
MNT "MNT"
BND "BND"
MMK "MMK"
NOK "NOK"
NPR "NPR"
PKR "PKR"
PLN "PLN"
AFN "AFN"
BRL "BRL"
MDL "MDL"
RON "RON"
RWF "RWF"
SEK "SEK"
LKR "LKR"
SOS "SOS"
ALL "ALL"
RSD "RSD"
KES "KES"
TJS "TJS"
THB "THB"
ERN "ERN"
TMT "TMT"
BWP "BWP"
TRY "TRY"
UAH "UAH"
UZS "UZS"
VND "VND"
MOP "MOP"
TWD "TWD"
BMD "BMD"

Enum: BusinessTypeEnum

Name Value
INDIVIDUAL "Individual"
COMPANY "Company"
NONPROFIT "NonProfit"
GOVERNMENTENTITY "GovernmentEntity"