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
account_titlestringRequired
interest_ratedoubleRequired
insurance_limitdoubleRequired
account_typestringRequired
depositor_idslist of stringsRequired
signer_secondarystring or nullOptional
beneficiary_namestring or nullOptional
beneficiary_tinstring or nullOptional
institution_account_idstring or nullOptional
institution_branch_idstring or nullOptional

Response

Successful Response
idstring
institution_idstring
signer_primarystring
account_titlestring
interest_ratestring
insurance_limitstring
account_typeenum
Allowed values:
created_atstring
is_joint_accountboolean
balancestring
closed_atstring or null
signer_secondarystring or null
beneficiary_namestring or null
beneficiary_tinstring or null
institution_account_idstring or null
institution_branch_idstring or null
depositorslist of objects or null

Errors