Request FI
Creates a request to get the Financial Information for that particular user. Returns a session ID which is used in further APIs. Makes a request to get the Financial Information from respective FIPs.
Inputs
Input | Type | Description |
---|---|---|
finsire_id* | string | Unique User ID for each User |
consentHandleId* | string | Consent Handle generated in the first API |
consentId* | string | Consent ID received from the Consent Status API |
dateTimeRangeFrom | string | DateTime timestamp of the start date you want data from. It should be after the start date you passed in first API. |
dateTimeRangeTo | string | DateTime timestamp of the end date you want data upto. It should be before the end date you passed in first API. |
Error Scenario
Error | Description |
---|---|
param is missing or the value is empty: {param_name} | {param_name} is missing |
Invalid Request | AA or FIP has thrown an Error |
Try the API here.
Updated 5 months ago