This API allows users (from the FIU) to request for the user's financial information by providing the consent_request_id once the consent has been approved. By utilizing this endpoint, clients can efficiently retrieve the financial data associated with the specified consent, ensuring compliance with the necessary authorization protocols. This process is crucial for maintaining the integrity of data access while facilitating seamless interactions with financial information providers.
Getting started with Digio Rest Apis
Financial Information Request Creation
|
*
consent_request_id
string
|
|||
|
Id of the consent_request which is being monitored |
|||
{
"from": "2023-01-30 00:00:00",
"to": "2024-04-04 00:00:00"
}
Starting date and time of the range. Format: YYYY-MM-DD HH:MM:SS
Ending date and time of the range.Format: YYYY-MM-DD HH:MM:SS
curl -X POST "https://api.digio.in/fiu_api/client/fi/request/{consent_request_id}" \
-H 'accept: application/json'
A unique identifier for the Financial Information request. This ID is used to track and reference the specific request within the system
The starting date and time from which financial information is requested, formatted as "YYYY-MM-DD HH:MM
. This indicates when the retrieval of data should begin.
The ending date and time for the financial information retrieval, also formatted as "YYYY-MM-DD HH:MM
This marks the endpoint for the requested data period.
➔ Current status of the FI request
REQUESTED: FI Request is initiated but not yet processed or completed.
DATA_AVAILABLE: Data is ready to be fetched.
FAILED: Error occurred during FI request stage.
EXPIRED: FI Request is expired.
Accounts information for the given fi request
⮕ [ Accounts information for the given fi request ]
Account unique identifier generated by Digio
Reference Number assigned by FIP as part of account linking process.
Masked account number as received from FIP.
➔ Type of data associated with the account.
Allowed Values
AIF, BONDS, CD, CIS, CP, CREDIT_CARD, DEBENTURES, DEPOSIT, EPF, EQUITIES, ETF, GOVT_SECURITIES, IDR, INVIT, INSURANCE_POLICIES, MUTUAL_FUNDS, NPS, PPF, REIT, RECURRING_DEPOSIT, SIP, TERM_DEPOSIT, GENERAL_INSURANCE, LIFE_INSURANCE, ULIP, GST, GSTR
Entity Id of the FIP as registered in SAHAMATI
Financial information
⮕ [ Financial information ]
Stringified json of the decrypted FI Data in raw format as received from FIP
Stringified json of the decrypted FI Data in raw format as received from FIP
Id of FIP from which current object of FI is fetched
➔ Type of data associated with the account.
Allowed Values
AIF, BONDS, CD, CIS, CP, CREDIT_CARD, DEBENTURES, DEPOSIT, EPF, EQUITIES, ETF, GOVT_SECURITIES, IDR, INVIT, INSURANCE_POLICIES, MUTUAL_FUNDS, NPS, PPF, REIT, RECURRING_DEPOSIT, SIP, TERM_DEPOSIT, GENERAL_INSURANCE, LIFE_INSURANCE, ULIP, GST, GSTR
Masked account number
True :Json Analytics data available
True :File Analytics data available
Digio internal identifier for individual customer account
Digio internal identifier for data fetch wrt individual FIP
A unique identifier for the associated consent request. This ID is necessary to validate that the request has the appropriate permissions and authorizations