Skip to main content
InputObject

Input Fields

routingNumber
required
The routing number of the bank account.
accountNumber
required
The account number of the bank account.
bankAccountType
required
The type of the bank account (e.g., consumer, business).
accountOwnerType
required
The type of the account owner (e.g., personal, business).
paymentEntryMode
required
Describes how a customer or business authorized an ACH transaction
recurringType
required
The type of the recurring payment.
nameOnAccount
required
The name on the bank account.
walletType
The wallet provider for this payment method. Null if not applicable.
{
  "routingNumber": "abc123",
  "accountNumber": "abc123",
  "bankAccountType": "CHECKING",
  "accountOwnerType": "CONSUMER",
  "paymentEntryMode": "ECOMMERCE",
  "recurringType": "SINGLE",
  "nameOnAccount": "xyz789",
  "walletType": "APPLE_PAY"
}