Create Account

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

idempotency-keystringRequired

Request

This endpoint expects an object.
signer_primarystringRequired<=64 characters
account_titlestringRequired<=128 characters
account_typeenumRequired
Allowed values:
depositor_idslist of stringsRequired
interest_rate_tierslist of objectsOptional

Used to define tiers of interest rates based on account balance. If only one tier is needed, use the interest_rate field instead.

program_tagslist of stringsOptional
is_apybooleanOptionalDefaults to false

Indicates if the interest rate is an Annual Percentage Yield (APY). If ommitted or false, the rate is considered a nominal interest rate.

interest_ratedouble or nullOptional>=0

Interest rate must be between 0 and 1 (e.g., 0.04 for 4%).

signer_secondarystring or nullOptional<=64 characters
beneficiary_namestring or nullOptional<=64 characters
beneficiary_tinstring or nullOptional<=9 characters
institution_sweep_account_idstring or nullOptional<=64 characters
institution_return_account_idstring or nullOptional<=64 characters
institution_branch_idstring or nullOptional<=64 characters
institution_account_idstring or nullOptional<=32 charactersDeprecated

Response

Successful Response
idstring
institution_idstring
signer_primarystring
account_titlestring
interest_ratestring
interest_rate_tierslist of objects
insurance_limitstring
account_typeenum
Allowed values:
created_atstring
is_joint_accountboolean
total_balancestring
pending_balancestring
closed_atstring or null
signer_secondarystring or null
beneficiary_namestring or null
beneficiary_tinstring or null
institution_sweep_account_idstring or null
institution_return_account_idstring or null
institution_branch_idstring or null
depositorslist of objects or null
institution_account_idstring or nullDeprecated

Errors