List account statements
Using theaccount_id, call the List Account Statements endpoint. You can list all the Account Statements for the account, or filter for statements from a specific time period.
Node SDK
Python SDK
Response
Download the PDF
Thedownload_url field contains a signed URL. Make a GET request to that URL to download the PDF file directly. The signed URL expires. If it has expired, list the statements again to get a fresh URL.
The downloaded statement looks like this:

Test the integration
Intest mode, list the Account Statements for the account and open the download_url from any item in the response. The signed URL returns the statement PDF directly in your browser. If the PDF opens, the integration works end to end.