Consent Status
After completing the AA journey, you can check whether the user has approved or declined your consent. API returns a consent ID if consent is approved.
Gives current status of the consent raised in the Consent Handle API. It has 3 values, PENDING, APPROVED, DECLINED.
Path Params
Input | Type | Description |
---|---|---|
consentHandle | string | Unique ID generated in the last API |
Query Params
Input | Type | Description |
---|---|---|
finsire_id | string | Unique identifier 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