Sandbox: Create an Account Statement
Simulates an Account Statement being created for an account. In production, Account Statements are generated once per month.
post/simulations/account_statements
Request body
Example request
{
"account_id": "account_in71c4amph0vgo2qllky"
}Response
Account Statement
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"created_at": "2020-01-31T23:59:59Z",
"ending_balance": 100,
"file_id": "file_makxrc67oh9l6sg7w9yc",
"id": "account_statement_lkc03a4skm2k7f38vj15",
"loan": null,
"starting_balance": 0,
"statement_period_end": "2020-01-31T23:59:59Z",
"statement_period_start": "2020-01-31T23:59:59Z",
"type": "account_statement"
}