# Statements

Monthly billing statements, PDF downloads, and per-statement transaction CSV exports.

## List statements

 - [GET /billing/statements](https://docs.stallion.ca/openapi/statements/paths/~1billing~1statements/get.md)

## Get a statement by ID

 - [GET /billing/statements/{statement_id}](https://docs.stallion.ca/openapi/statements/paths/~1billing~1statements~1%7Bstatement_id%7D/get.md)

## Get the statement PDF download URL

 - [GET /billing/statements/{statement_id}/pdf](https://docs.stallion.ca/openapi/statements/paths/~1billing~1statements~1%7Bstatement_id%7D~1pdf/get.md): Returns a pre-signed URL that downloads the statement summary as PDF.
The URL expires 30 minutes after issue. Returns 409 conflict if the
PDF has not been generated yet (statements created in the last few
minutes may not have files ready).

## Get the statement transactions CSV download URL

 - [GET /billing/statements/{statement_id}/transactions.csv](https://docs.stallion.ca/openapi/statements/paths/~1billing~1statements~1%7Bstatement_id%7D~1transactions.csv/get.md): Returns a pre-signed URL that downloads the line-item transactions
for this statement as a CSV. The URL expires 30 minutes after issue.

