Add bank account

Add a bank account to a BitGo enterprise so you can deposit and withdraw fiat.

NOTE: Required address parameters vary by country. Determine required parameters by calling Get address format information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Schema for bank account creation requests.

Supports two address formats:

  • Recommended: Normalized address fields (bankAddressLine1, ownerAddressLine1, etc.).
  • Deprecated: Simple string fields (address, ownerAddress)

Bank account request using normalized address format.

string
required
length ≥ 1

Name of the banking institution.

string
required
length ≥ 1

Bank account number.

string
length ≥ 1

ID of the enterprise the account belongs to.

string
enum
required

The currency of the bank account.

string
required
length ≥ 1

Name of the account owner.

string
enum

Type of bank account (checking, saving).

Allowed:
string

User-provided description of the account.

string

Further credit recipient information sometimes referred to as a reference.

string

Name of intermediary bank if applicable.

string

Intermediary bank routing number.

string
required

First line of owner's address (street number and name).

string

Second line of owner's address (apartment/suite number, etc.).

string

City or locality of owner's address. Depending on country, may be required.

string

State or province of owner's address. Depending on country, may be required.

string

Postal code of owner's address. Depending on country, may be required.

string
required

Two-letter ISO country code of owner's address.

string
required

First line of bank's address (street number and name).

string

Second line of bank's address (branch information, etc.).

string

City or locality of bank's address. Depending on country, may be required.

string

State or province of bank's address. Depending on country, may be required.

string

Postal code of bank's address. Depending on country, may be required.

string
required

Two-letter ISO country code of bank's address.

string
enum
required

Must be 'wire' for domestic wire accounts

Allowed:
string
required

Routing number for the domestic wire account

Responses

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