v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Payment Method
Update an employee bank account
Updates an employee bank account.
scope: employee_payment_methods:write
put/v1/employees/{employee_id}/bank_accounts/{bank_account_uuid}
Path parameters
employee_idstring required
The UUID of the employee
bank_account_uuidstring required
The UUID of the bank account
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
Success