GuidesAPI ReferenceChangelogAPI PolicyAPI StatusGusto Security
API Reference
v2023-09-01 is in the deprecation process and all prior versions have been deprecated. Click this banner to review our version upgrade guide.

Update an employee bank account

Updates an employee bank account.

scope: employee_payment_methods:write

Path Params
string
required

The UUID of the employee

string
required

The UUID of the bank account

Body Params
string
required
string
required
string
required
string
required
Headers
string
Defaults to 2024-04-01

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

Responses

Response body
object
string
required

UUID of the bank account

string

UUID of the employee

string

Bank account type

Checking Savings

string

Name for the bank account

string

The bank account's routing number

string

Masked bank account number

404

Not Found

The requested resource does not exist. Make sure the provided UUID is valid.

invalid_attribute_value, or the request fails due to an invalid_operation. See the Errors Categories guide for more details.

Language
Credentials