Skip to main content
InputObject Input for adding a new bank account on an acceptor application.

Input Fields

financialInstitutionName
Name of the institution where the account is held.
bankAccountFeesSettlements
routingNumber
The routing number of the bank account.
accountNumber
The account number of the bank account.
bankAccountType
The type of the bank account (e.g., savings, demand).
accountOwnerType
The type of the account owner (e.g., personal, business).
nameOnAccount
The name on the bank account.
{
  "financialInstitutionName": "abc123",
  "bankAccountFeesSettlements": "FEES_ONLY",
  "routingNumber": "abc123",
  "accountNumber": "abc123",
  "bankAccountType": "CHECKING",
  "accountOwnerType": "CONSUMER",
  "nameOnAccount": "abc123"
}