Create transaction banking account

Creates a transaction banking account. For more details, refer to Transaction banking accounts.

This endpoint generates the following events:

For more information on events and setting up event notifications, refer to the Data and reporting guide.

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

Create account request body

Create corporate account request object

string
required
length ≤ 36

Code used to identify your division within the organization. Division code should only contain letters, numbers, and hyphens.

int64
required
≤ 99999999999

Program ID. The program must belong to the organization. Use List programs to view a list of the program IDs for the organization.

This program must be bound to the division. You can attach the program with either of the following endpoints: Create division Patch division

applicant
object
required
string
required
length ≤ 60

Custom account ID. Used as the key for all operations (manage accounts, transactions, etc.) on the corporate layer.

This field is:

  • Unique within the Organization
  • Immutable: The field cannot be updated.
  • Not recyclable: You can't reuse an external account ID, even if the account that was using it has been canceled.
int64
≤ 200000000

Parent account ID. If provided, the account is the child of the account referenced by parent_account_id. The account referenced by parent_account_id can be in another program or division.

date-time
length between 24 and 24

The datetime the account was created (in UTC). The datetime format follows the ISO 8601 standard: yyyy-mm-ddThh:mm:ss.sssZ.
minLength: 24 maxLength: 24

overdraft
object
string
length ≤ 3

Alphabetic or numeric code (ISO 4217) for the currency used by the program. (Use the same currency as the program, but this is only a temporary situation).

Responses

401

Access token is missing or invalid

403

The request has been lost

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