Create Bank Account
Create's a bank account for a specified worker in Zeal.
post/bankaccount
Request body
Response
200
Example response
{
"success": true,
"data": {
"bankAccountID": "1b5n28nrideucd24",
"companyID": "0987654321",
"id": "0982354562734",
"institution_name": "Chase",
"account_number": "1243686537",
"routing_number": "09876283743",
"type": "checking"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.