v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBGet Bank Account by ID
get/bankaccount
Query parameters
companyIDstring required
Company ID of the employer
bankAccountIDstring
Bank Account ID
idstring
Employee ID or Contractor ID
Response
200
Example response
{
"success": true,
"data": [
{
"bankAccountID": "0987675234",
"companyID": "0987654321",
"id": "1234567890",
"institution_name": "PNC",
"account_number": "091736576493",
"routing_number": "092784765833",
"type": "checking"
}
]
}