Skip to main content
InputObject Input for updating an existing bank account on an acceptor application.

Input Fields

id
required
The ID of the bank account to update.
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.
{
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "financialInstitutionName": "xyz789",
  "bankAccountFeesSettlements": "FEES_ONLY",
  "routingNumber": "xyz789",
  "accountNumber": "abc123",
  "bankAccountType": "CHECKING",
  "accountOwnerType": "CONSUMER",
  "nameOnAccount": "abc123"
}