Skip to main content
Get a monthly PDF that summarizes all movements for an account during a specific period. You can list and download account statements through the API or the dashboard. Fintoc generates account statements for every active account at the beginning of each month. Each statement covers the previous month and follows local regulatory requirements. You do not need to request statement generation.

List account statements

Call the List account statements endpoint with account_id. You can list all statements for the account or filter the statements by time period.
Node SDK
Python SDK
Response

Download the PDF

The download_url field contains a signed URL. Make a GET request to the URL to download the PDF. If the URL has expired, list the account statements again to get a new URL. The downloaded statement looks like this:

Test the integration

In test mode, list the account statements and open the download_url from any item in the response. The signed URL opens the account statement PDF in your browser. If the PDF opens, the integration works end to end.