Statements
The Statements API allows you to:
- Retrieve a catalog of available statements for a specific account, including metadata such as date range, statement type, and statement ID.
- Fetch a specific statement using its unique identifier. The statement is returned as a Base64‑encoded PDF string, which you can decode and save or display as a PDF file.
The account statements API provides the capabilities to programmatically look up and retrieve account statements.
When to use
The Statements API should be used when you want to:
- Display monthly or quarterly account statements in client portals
- Enable secure statement downloads for reconciliation or auditing
- Automate archival or compliance workflows by retrieving and storing PDF copies
info
All requests are authenticated and traceable via correlation IDs, following Fortis Bank’s security and data handling standards.