accounts
Create an account statement
Creates a new statement
post/accounts/{account_id}/statements
Path parameters
account_idstring required
Request body
Example request
{
"period_end": "2026-02-01",
"period_start": "2026-01-01"
}Response
Created
Example response
{
"period_end": "2026-03-31",
"period_start": "2026-01-01"
}