input VaultBankAccountInput
Bank account details to tokenize.
| Field | Type | Description |
|---|---|---|
routingNumber | String! | Nine digit ABA routing number. |
accountNumber | String! | Bank account number, 4 to 17 digits. |
accountType | PaymentMethodBankAccountType | Whether the account is a checking or savings account. |
holderType | VaultBankAccountHolderType | Whether the account belongs to a person or a business. |
accountHolderName | String | Name on the account. |