Name | Type | Description | Notes |
---|---|---|---|
bankAccountNumber | kotlin.String | The bank account number (without separators). | |
bankAccountType | inline | The bank account type (checking, savings...). | [optional] |
bankLocationId | kotlin.String | The bank routing number of the account. The field value is `nil` in most cases. | [optional] |
checkoutAttemptId | kotlin.String | The checkout attempt identifier. | [optional] |
encryptedBankAccountNumber | kotlin.String | Encrypted bank account number. The bank account number (without separators). | [optional] |
encryptedBankLocationId | kotlin.String | Encrypted location id. The bank routing number of the account. The field value is `nil` in most cases. | [optional] |
ownerName | kotlin.String | The name of the bank account holder. If you submit a name with non-Latin characters, we automatically replace some of them with corresponding Latin characters to meet the FATF recommendations. For example: * χ12 is converted to ch12. * üA is converted to euA. * Peter Møller is converted to Peter Mller, because banks don't accept 'ø'. After replacement, the ownerName must have at least three alphanumeric characters (A-Z, a-z, 0-9), and at least one of them must be a valid Latin character (A-Z, a-z). For example: * John17 - allowed. * J17 - allowed. * 171 - not allowed. * John-7 - allowed. > If provided details don't match the required format, the response returns the error message: 203 'Invalid bank account holder name'. | [optional] |
recurringDetailReference | kotlin.String | This is the `recurringDetailReference` returned in the response when you created the token. | [optional] |
storedPaymentMethodId | kotlin.String | This is the `recurringDetailReference` returned in the response when you created the token. | [optional] |
type | inline | ach | [optional] |
Name | Value |
---|---|
bankAccountType | balance, checking, deposit, general, other, payment, savings |
Name | Value |
---|---|
type | ach, ach_plaid |