Create Bank Account

Create's a bank account for a specified worker in Zeal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create a bank account object for a worker (employee or contractor) in Zeal's system. Zeal can use this bank account information to pay the worker through direct deposit.

Please ensure that you are providing validated bank account information.

Returns

Returns boolean indicating success status and a direct deposit object.

attributetypedescription
successbooleanResponse status
dataobjectNewly created Bank Account Object
errorsarrayContains list of error objects which consists of:
message: Error message
code: Error code as described in Error codes
Body Params
string
required

Company ID of employer

string
required

Employee ID or Contractor ID of the worker who owns this bank account

string

Institution Name for bank account (Bank Name)

string
required

Account number of bank account

string
required

Routing number of bank account

string
enum
required

Account type. Can either be checking or savings

Allowed:
string

Nickname of the bank account

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json