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).
attribute | type | description |
---|---|---|
bankAccountID | string | Zeal Bank Account ID |
companyID | string | Zeal Company ID |
id | string | Zeal Employee ID or Contractor ID |
institution_name | string | Institution Name for bank account (Bank Name) |
account_number | string | Account Number of bank account |
routing_number | string | Routing Number of bank account |
type | string | Account type. Can either be checking or savings |
{
"bankAccountID": "0987675234",
"companyID": "0987654321",
"id": "1234567890",
"institution_name": "PNC",
"account_number": "091736576493",
"routing_number": "092784765833",
"type": "checking"
}