post https://api.zeal.com/bankaccount
Create's a bank account for a specified worker in Zeal.
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.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Newly created Bank Account Object |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |