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

InputTypeDescription
finsire_id*stringUnique User ID for each User
consentHandleId*stringConsent Handle generated in the first API
consentId*stringConsent ID received from the Consent Status API
dateTimeRangeFromstringDateTime timestamp of the start date you want data from. It should be after the start date you passed in first API.
dateTimeRangeTostringDateTime timestamp of the end date you want data upto. It should be before the end date you passed in first API.

Error Scenario

ErrorDescription
param is missing or the value is empty: {param_name}{param_name} is missing
Invalid RequestAA or FIP has thrown an Error

πŸ“˜

Try the API here.