Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.22 KB

File metadata and controls

40 lines (24 loc) · 1.22 KB

OrderPaymentECheck

Properties

Name Type Description Notes
bankAbaCode String Bank routing code [optional]
bankAccountName String Bank account name [optional]
bankAccountNumber String Bank account number (masked to last 4) [optional]
bankAccountType BankAccountTypeEnum Bank account type [optional]
bankName String Bank name [optional]
bankOwnerType BankOwnerTypeEnum Bank owner type [optional]
customerTaxId String Customer tax id (masked to last 4) [optional]
driversLicenseDob String Driver license date of birth [optional]
driversLicenseNumber String Driver license number (masked to last 4) [optional]
driversLicenseState String Driver license state [optional]

Enum: BankAccountTypeEnum

Name Value
CHECKING "Checking"
SAVINGS "Savings"

Enum: BankOwnerTypeEnum

Name Value
PERSONAL "Personal"
BUSINESS "Business"