accounts
Create manual account
This endpoint can only be used to create manual accounts. Creating a manual account will automatically create it under the Manual Institution member. Since a manual account has no credentials tied to the member, the account will never aggregate or include data from a data feed..
post/users/{user_guid}/accounts
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Request body
Example request
{
"account": {
"account_subtype": "PERSONAL",
"account_type": "SAVINGS",
"apr": 1,
"apy": 1,
"available_balance": 1000,
"balance": 1000,
"cash_surrender_value": 1000,
"credit_limit": 100,
"currency_code": "USD",
"death_benefit": 1000,
"interest_rate": 1,
"loan_amount": 1000,
"metadata": "some metadata",
"name": "Test account 2",
"nickname": "Swiss Account",
"original_balance": 10,
"property_type": "VEHICLE",
"skip_webhook": true
}
}Response
OK