Get all employee bank accounts
GET {{baseUrl}}/v1/employees/:employee_id/bank_accounts?page=<number>&per=<number>
Returns all employee bank accounts.
scope: employee_payment_methods:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page that is requested. When unspecified, will load all objects unless endpoint forces pagination. | |
per | string | Number of objects per page. For majority of endpoints will default to 25 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uuid":"1531e824-8d9e-4bd8-9f90-0d04608125d7","employee_uuid":"9fcf1b1d-8886-4691-9283-383d3bdd4fd9","name":"BoA Checking Account","routing_number":"266905059","hidden_account_number":"XXXX1207","account_type":"Checking"}]