get https://api.banking.netevia.dev/api/Statement/V2/pdf
The GET /api/Statement/V2/pdf endpoint allows users to download their account statements in PDF format. This feature is essential for users who need to review their financial history in a structured document.
Purpose:
This API provides a convenient way for users to access their latest account statements, which include detailed transaction history and account information, in a downloadable PDF format.
Response:
Upon a successful request, the response will return the latest account statement as a PDF file.
Security:
Ensure that users are properly authenticated before accessing this endpoint to protect sensitive financial information. The PDF download should also be handled securely to prevent unauthorized access to financial documents.