February 15, 2025

v1.3.0

This update introduces file retrieval functionality, adding two new /files endpoints for fetching statements and downloading files via presigned URLs. It also includes schema refinements for transactions and improved documentation consistency.

What’s New

File Retrieval Endpoints

  • GET /files/statements - Retrieve available statements for accounts
  • GET /files/download - Generate presigned URLs for secure file downloads

Schema Improvements

  • Enhanced transaction schema with additional metadata fields
  • Improved validation rules for transaction records
  • Better error messages for failed operations

Documentation Updates

  • Comprehensive examples for file download workflows
  • Updated API reference with detailed parameter descriptions
  • Added best practices for file handling and storage