# Bank statements ## Create a bank statement for an account - [POST /v1/accounts/{account_id}/bank_statements](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/bank-statements/paths/~1v1~1accounts~1%7Baccount_id%7D~1bank_statements/post.md): Generates a bank statement for the account specified in the request URL. You must provide a and an . The API will return all bookings with a that falls on and between these two dates. You may set the to a date before the account was opened, but provide this option to your customers in your frontend. This request is idempotent. If you attempt multiple requests with the same and , then the API will return a response with the data produced by the original request. ## Index bookings for a bank statement - [GET /v1/accounts/{account_id}/bank_statements/{statement_id}/bookings](https://docs.solarisgroup.com/api-reference/digital-banking/account-management/bank-statements/paths/~1v1~1accounts~1%7Baccount_id%7D~1bank_statements~1%7Bstatement_id%7D~1bookings/get.md): Returns an array containing all bookings that are contained within the account statement specified in the request URL.