FI Status
This gives the current status of the FI request raised in a previous API. It has 3 statuses, "PENDING", "FAILED", and "READY". Get whether the data you requested is ready or not.
Input Type
Input | type | Description |
---|---|---|
consentId* | string | Consent ID for the request raised. Received in Consent Status API |
sessionId | string | sessionId received in the Request FI API. |
consentHandleId | string | Consent Handle received in First API |
finsire_id | string | Unique User ID for each user |
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