FinEye Financial Analysis Suite
    • Bank Statement Analysis
      • Generate Session ID
        POST
      • Upload
        POST
      • Start Analysis
        POST
      • Check Status
        POST
      • Retrieve Report
        GET
    • Data Parsing
      • Generate Session ID
        POST
      • Upload
        POST
      • Pre Analysis
        POST
      • Data Parsing
        POST
      • Pre Analysis with Data Parsing
        POST
      • Check Status
        POST
      • Retrieve Report
        GET
    • Account Aggregator
      • Consent Generate URL
        POST
      • FIU Fetch Consent Customer
        GET
      • FIU Fetch Consent
        GET
      • Generate Session from Consent ID
        POST
      • Fetch Session Data
        POST
    • GST Analysis
      • Generate Session ID
        POST

    Account Aggregator

    Fineye TSP Suite — Account Aggregator API#

    The Fineye TSP Suite provides a set of RESTful APIs that enable businesses to securely fetch consented financial data from multiple Financial Information Providers (FIPs) through India's Account Aggregator (AA) framework, as defined by ReBIT.
    Using these APIs, you can initiate customer consent requests, redirect users to their preferred AA interface (such as Anumati, SAAFE or Finvu) for approval, and then retrieve decrypted financial data — including account profiles, balances, and transaction histories — once consent is granted.
    The suite supports two consent flows: One-Time, for a single data fetch, and Periodic, for recurring scheduled pulls. Five core endpoints cover the full lifecycle: generating a consent URL, polling consent status, looking up consents by mobile number, creating new sessions for periodic fetches, and fetching the final financial data.
    All requests are authenticated via a secret authKey header, and every response follows a consistent envelope format with a standardised status code, transaction ID, and result payload — making integration and error handling straightforward.
    Modified at 2026-06-26 10:59:50
    Previous
    Retrieve Report
    Next
    Consent Generate URL
    Built with