For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact SupportGet Started
  • Modernfi Developer Hub
    • Overview for Developers
    • Getting Started
  • Topics
    • Using the Sandbox
    • Authentication
    • Account Structure
    • Idempotency
    • Transaction Records and Sweeps
    • Balance Fields
    • Interest
    • Reports
    • Versioning
    • Changelog
  • API Reference
LogoLogo
Contact SupportGet Started

Changelog

All changes to the ModernFi API are documented here in reverse chronological order. Each entry includes new and updated endpoints, schema changes, deprecations, and removals. Breaking changes are flagged as such and include migration guidance. We recommend reviewing this page closely before beginning development or upgrading to a new API version.
February 15, 2025
February 15, 2025

v1.3.0

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

New Endpoints

  • GET /v1/files/statements — Retrieve available statements for accounts.
  • GET /v1/files/{file_id} — Generate presigned URLs for secure file downloads.

Schema Changes

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

Documentation

  • Comprehensive examples for file download workflows
  • Updated API reference with detailed parameter descriptions
  • Added best practices for file handling and storage
Was this page helpful?
Previous

January 20, 2025

Next
Built with