GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
API Reference

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

Path Params
string
required

The UUID of the employee

Body Params

Request body for creating or updating an employee bank account. Send these fields as top-level JSON keys (the API wraps them server-side).

string
required

The bank routing number (nine digits).

string
required

The bank account number.

string
enum
required

The bank account type.

Allowed:
string
required

A name for the bank account (e.g. "Primary Checking").

Headers
string
enum
Defaults to 2026-02-01

Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.

Allowed:
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json