GuidesAPI ReferenceChangelogAPI StatusAPI PolicyGusto Security
API Reference

Create a company bank account

This endpoint creates a new company bank account.

Upon being created, two verification deposits are automatically sent to the bank account, and the bank account's verification_status is 'awaiting_deposits'.

When the deposits are successfully transferred, the verification_status changes to 'ready_for_verification', at which point the verify endpoint can be used to verify the bank account. After successful verification, the bank account's verification_status is 'verified'.

Warning

If a default bank account exists, it will be disabled and the new bank account will replace it as the company's default funding method.

scope: company_bank_accounts:write

Path Params
string
required

The UUID of the company

Body Params
string
required

The bank routing number

string
required

The bank account number

string
enum
required

The bank account type

Allowed:
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