List account statements
Call the List account statements endpoint withaccount_id. You can list all statements for the account or filter the statements by time period.
Node SDK
Python SDK
Response
Download the PDF
Thedownload_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
Intest 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.