danger
Please be aware that our Tokenizer is still in Beta. Breaking changes might happen in the future.
ACH
warning
Before start integrating ACH, please contact support. You won't get success response without domain registration.
Playgrounds
- TypeScript
- JavaScript
Types of response
ACHPaymentResponse
Details associated with an ACH payment method.
Property | Type | Description |
---|---|---|
status | BankAccountStatusType | Status of the bank account. |
holderName | string | Name of the account holder. |
holderType | string | Type of account holder. |
bankName | string | Name of the bank. |
bankAccountType | BankAccountType | Type of the bank account. |
routingNumber | string | Bank routing number. |
lastFourAccountNumber | string | Last four digits of the account number. |
BankAccountStatusType
Possible statuses of the bank account.
Type | Description |
---|---|
'new' | 'validated' | 'pending' | 'errored' | Status of the bank account. |
BankAccountType
Types of bank accounts.
Type | Description |
---|---|
'checking' | 'savings' | 'unknown' | Type of the bank account. |