Retrieve the complete list of Financial Information Providers (FIPs) that are live and operational in the Account Aggregator ecosystem.
| Header | Type | Description |
|---|---|---|
Content-Type | string | Must be set to application/json for proper request processing |
client_id | string | The unique client identifier assigned to your FIU organization during onboarding |
client_secret | string | The secret key paired with your client_id for secure authentication |
organisationId | string | Your organization’s unique identifier in the FinPro system |
appIdentifier | string | The application identifier that distinguishes different applications within your organization |
| Field | Type | Description |
|---|---|---|
ver | string | The version of the FinPro API that processed the request |
status | string | The outcome of the API call. Possible values: success, failure |
data.fip_newlist | array | An array of FIP objects containing details about each Financial Information Provider |
data.fip_newlist[].fipId | string | The unique identifier of the FIP as registered in the Sahamati Central Registry. This identifier is used in consent creation APIs and FIP-specific discovery flows. |
data.fip_newlist[].fipName | string | The human-readable name of the Financial Information Provider as it appears in the Central Registry and should be displayed to customers |
data.fip_newlist[].logoURL | string | The URL of the FIP’s official logo image, which can be displayed in your application’s UI to help customers visually identify their financial institutions. Note: This field may be empty for some FIPs if logo resources are not available. |
data.fip_newlist[].FiTypes | array | An array of strings listing all the types of Financial Information schemas that this FIP supports and can provide through the Account Aggregator framework |
FiTypes array indicates which categories of financial information each FIP can provide. Common FI types include:
Banking Products:
DEPOSIT - Savings and current accountsTERM_DEPOSIT or TERM-DEPOSIT - Fixed deposits and term deposit accountsRECURRING_DEPOSIT - Recurring deposit accountsCREDIT_CARD - Credit card accounts and transactionsCD - Certificate of DepositEPF - Employees’ Provident FundPPF - Public Provident FundMUTUAL_FUNDS - Mutual fund holdings and transactionsSIP - Systematic Investment PlansEQUITIES - Equity holdings in demat accountsBONDS - Bond holdingsDEBENTURES - Debenture holdingsETF - Exchange Traded FundsGOVT_SECURITIES - Government securitiesCP - Commercial PaperIDR - Indian Depository ReceiptsCIS - Collective Investment SchemesAIF - Alternative Investment FundsINVIT - Infrastructure Investment TrustsREIT - Real Estate Investment TrustsINSURANCE_POLICIES - General insurance policiesLIFE_INSURANCE - Life insurance policiesGENERAL_INSURANCE - General insurance (health, motor, etc.)ULIP - Unit Linked Insurance PlansNPS - National Pension System accountsGST - GST registration and compliance dataGST_GSTR1 - GST Return Form GSTR1GST_GSTR2A - GST Return Form GSTR2AGST_GSTR3B - GST Return Form GSTR3BGSTR1_3B - Combined GST returnsOTHER - Custom or future FI types not yet categorizedlogoURL field provides access to FIP branding assets:
X-RateLimit-Limit: The maximum number of requests allowed in the time windowX-RateLimit-Remaining: The number of requests remaining in the current windowX-RateLimit-Reset: The Unix timestamp when the rate limit window resetsYour unique client identifier provided by MoneyOne during FIU onboarding
Your confidential client secret provided by MoneyOne
Your organization's unique identifier in the FinPro system
Application-specific identifier for tracking API calls
FIP list retrieved successfully