Consent Handle
This API generates a unique consent handle that helps users identify their consent and Returns a redirection URL and consent handle generated.
Input Type
Input | Type | Description |
---|---|---|
finsire_id* | string | Unique ID generated for each user |
date_range_start | string | Optional. DateTime string from which you want the data. Default is 1 Year. |
date_range_end | string | Optional. DateTime string upto which you want the data. |
redirect_url* | string | URL to which the user is supposed to be redirected once the AA journey is finished |
fetch_type | string | Optional. Specifies whether the consent should be PERIODIC or ONETIME. Default is ONETIME |
Note that * specifies that the parameter is required and not optional.
Common error scenario
Error | Description |
---|---|
param is missing or the value is empty: {param_name} | {param_name} is missing |
Invalid Request | AA or the FIP has thrown an error. |
Try the API here.
Updated 4 months ago