API Endpoints

Create a new bank account

Creates a new bankAccount object. This represents the bank account of a customer.

Log in to see full request history
Body Params
string
required

The name of the connected bank.

string
required

The name of the bank account.

string
required

The full name of the account holder.

string
required

The type of the account. (checking, savings)

string
required

The account number of the connected account.

string
required

The routing number of the account

Response

bankAccount object.

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