v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Payment Method
Create an employee bank account
Creates an employee bank account. An employee can have multiple bank accounts. Note that creating an employee bank account will also update the employee's payment method.
scope: employee_payment_methods:write
post/v1/employees/{employee_id}/bank_accounts
Path parameters
employee_idstring required
The UUID of the employee
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"routing_number": "266905059",
"account_number": "5809431207",
"account_type": "Checking",
"name": "BoA Checking Account"
}Response
Created