v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBCreate 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"
}
}