Skip to main content
POST
Deprecated. This endpoint is no longer available in the public API and is kept for reference only.
Creates a new US bank account for the specified client with ACH transfer capabilities. Requires an API key with access level 3 or higher.

Path parameters

clientId
string
required
Unique identifier of the client.

Body

bank_name
string
Name of the bank.
account_alias
string
User-friendly alias for the account.
bank_holder_name
string
Account holder’s full name.
account_number
string
US bank account number.
routing_number
string
US 9-digit routing number.
account_type
string
Account type. One of CHECKING, SAVINGS.
address
object
Account holder’s address with street_line_1, street_line_2, city, postal_code, state, country.state uses ISO 3166-2 codes that identify country subdivisions in the format {COUNTRY}-{SUBDIVISION} (e.g., USA-CA for California).

Response

id
string
Bank account identifier.
company_id
string
Company identifier.
client_id
string
Client identifier.
bank_name
string
Bank name.
bank_holder_name
string
Account holder full name.
account_alias
string
User-friendly alias.
type
string
Payment rail. ACH for US accounts.
currency
string
Account currency. USD for US accounts.
account_number
string
Account number.
routing_number
string
Routing number.
account_type
string
Account type.