Bank Account Object

The Zeal object representing a worker bank account.

Represents a valid US checking or savings bank account for a worker (employee or contractor). Please verify the routing and account numbers before passing them to Zeal (e.g. you can use a service such as Plaid).

attributetypedescription
bankAccountIDstringZeal Bank Account ID
companyIDstringZeal Company ID
idstringZeal Employee ID or Contractor ID
institution_namestringInstitution Name for bank account (Bank Name)
account_numberstringAccount Number of bank account
routing_numberstringRouting Number of bank account
typestringAccount type. Can either be checking or savings
{
  "bankAccountID": "0987675234",
  "companyID": "0987654321",
  "id": "1234567890",
  "institution_name": "PNC",
  "account_number": "091736576493",
  "routing_number": "092784765833",
  "type": "checking"
}