v4
latestOpenAPI 3.1.02026-08-012402353.8 MBCreate an Account
post/accounts
Request body
Example request
{
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"name": "New Account!",
"program_id": "program_i2v2os4mwza1oetokh9i"
}Response
Account
Example response
{
"account_revenue_rate": null,
"bank": "first_internet_bank",
"closed_at": null,
"created_at": "2020-01-31T23:59:59Z",
"currency": "USD",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"funding": "deposits",
"id": "account_in71c4amph0vgo2qllky",
"idempotency_key": null,
"informational_entity_id": null,
"interest_rate": "0.055",
"loan": null,
"name": "My first account!",
"program_id": "program_i2v2os4mwza1oetokh9i",
"status": "open",
"type": "account"
}