Create Account
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
idempotency-key
Request
This endpoint expects an object.
account_title
account_type
depositor_ids
signer_primary
signer_primary_tin
depositor
New depositor to create and link to this account
interest_rate_tiers
Used to define tiers of interest rates based on account balance. If only one tier is needed, use the interest_rate field instead.
is_apy
Indicates if the interest rate is an Annual Percentage Yield (APY). If ommitted or false, the rate is considered a nominal interest rate.
interest_rate
Interest rate must be between 0 and 1 (e.g., 0.04 for 4%).
signer_secondary
beneficiary_name
beneficiary_tin
institution_sweep_account_id
institution_return_account_id
institution_branch_id
institution_cost_center_id
cost_center_id
managed_sweep_target_balance
Target balance for managed sweep accounts. Must be a non-negative USD amount.
shadow_account
Configuration for shadow account associated with this account.
account_agreement_file_data
Base64 encoded PDF file data (max 25MB)
notes
Notes for the account
pricing_group_id
Pricing group ID associated with the account
is_reciprocation_prioritized
Whether this account should be prioritized for reciprocation.
is_receiving_printed_statements
Whether this account should receive printed statements.
account_officer
Account officer assigned to this account (free-text)
is_non_interest_bearing
Whether this account is non-interest-bearing. If true, no interest rates, tiers, or pricing groups can be assigned.
custom_field_1
Custom field 1
custom_field_2
Custom field 2
custom_field_3
Custom field 3
custom_field_4
Custom field 4
institution_account_idDeprecated
Response
Successful Response
id
institution_id
signer_primary
account_title
interest_rate
interest_rate_tiers
insurance_limit
account_type
created_at
is_joint_account
total_balance
pending_balance
is_reciprocation_prioritized
is_receiving_printed_statements
rate_configuration
signer_primary_tin_last4
closed_at
signer_secondary
beneficiary_name
beneficiary_tin
beneficiary_tin_last4
institution_sweep_account_id
institution_return_account_id
institution_branch_id
cost_center_id
cost_center_code
depositors
managed_sweep_target_balance
shadow_account
notes
pricing_group_id
rate
floating_spread
floating_spread_bps
rate_index_type
floating_rate_percentage
index_rate
custom_benchmark_id
custom_benchmark_rate
account_officer
Account officer assigned to this account
is_non_interest_bearing
Whether this account is non-interest-bearing
custom_field_1
Custom field 1
custom_field_2
Custom field 2
custom_field_3
Custom field 3
custom_field_4
Custom field 4
institution_account_idDeprecated
institution_alternative_idDeprecated
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error