Skip to main content
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

Types of response

ACHPaymentResponse

Details associated with an ACH payment method.

PropertyTypeDescription
statusBankAccountStatusTypeStatus of the bank account.
holderNamestringName of the account holder.
holderTypestringType of account holder.
bankNamestringName of the bank.
bankAccountTypeBankAccountTypeType of the bank account.
routingNumberstringBank routing number.
lastFourAccountNumberstringLast four digits of the account number.

BankAccountStatusType

Possible statuses of the bank account.

TypeDescription
'new' | 'validated' | 'pending' | 'errored'Status of the bank account.

BankAccountType

Types of bank accounts.

TypeDescription
'checking' | 'savings' | 'unknown'Type of the bank account.