| Event | Entity | Description |
|---|
| CONSENT_REQUEST_SHARED | CONSENT_REQUEST | Raised when Digio FIU TSP shares the consent request with Account Aggregator, will be done when user navigates to account aggregator webview via DIGIO FIU JS SDK |
| CONSENT_REQUEST_APPROVED | CONSENT_REQUEST | Raised when the user approves consent. |
| CONSENT_ACTIVE | CONSENT_REQUEST | Raised when a FI request can be raised against an approved consent |
| CONSENT_REQUEST_REJECTED | CONSENT_REQUEST | Raised when the user rejects consent. |
| CONSENT_REQUEST_FAILED | CONSENT_REQUEST | Raised when consent request fails |
| CONSENT_REVOKED | CONSENT_REQUEST | Raised when the user revokes consent. |
| CONSENT_EXPIRED | CONSENT_EXPIRED | Raised when the user consent expires. |
| FI_REQUESTED | FI_REQUEST | Raised when FI request is submitted to AA |
| FI_AVAILABLE | FI_REQUEST | Raised when FI data is available to be fetched |
| FI_REQUEST_FAILED | FI_REQUEST | Raised when FI request sent is failed or rejected by AA |
| FI_DELIVERED | FI_REQUEST | Raised when FI is fetched by client |
| DATA_PURGED | FI_REQUEST | Raised When FI data is Purged by Client |
| ANALYTICS_AVAILABLE | FI_REQUEST | Raised When Analytics is available against an account ID |
#Consent Approved by Customer (CONSENT_REQUEST_APPROVED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_REQUEST_APPROVED",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Approved by Customer(CONSENT_REQUEST_APPROVED):
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_REQUEST_REJECTED",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Revoked by Customer (CONSENT_REVOKED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_REVOKED",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Paused by Customer (CONSENT_PAUSED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_PAUSED",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Request Failed (CONSENT_REQUEST_FAILED) (Success)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_REQUEST_FAILED",
"payload": {
"error_code": "",
"error_description": "",
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Request Failed (CONSENT_REQUEST_FAILED) (Failure)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_REQUEST_FAILED",
"payload": {
"error_code": "INVALID_CONSENT_ID",
"error_description": "Invalid consent handle",
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#Consent Acknowledged by FIPs (CONSENT_ACTIVE)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_ACTIVE",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "9945478460",
"customer_name": "Darshan",
"customer_identifier": "9945478460",
"aa_entity_id": "digio_link",
"customer_ref_number": "9945478460",
"accounts": [
{
"account_id": "5a92045e-ca4c-4d98-be8a-2d70e3efe6e0",
"link_ref_number": "5a92045e-ca4c-4d98-be8a-2d70e3efe6e0",
"masked_account_number": "XXXXXXXX6704",
"fi_type": "MUTUAL_FUNDS",
"fip_id": "DIGIO_FIP"
}
]
}
}
#Consent Expired (CONSENT_EXPIRED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "CONSENT_EXPIRED",
"payload": {
"consent_request_id": "CRD2411071248267383PVRHMU7AOWKUG",
"customer_mobile": "",
"customer_name": "",
"customer_identifier": "",
"aa_entity_id": "digio_link",
"customer_ref_number": ""
}
}
#FI Request Received (FI_REQUESTED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_REQUESTED",
"payload": {
"consent_request_id": "",
"fi_request_id": ""
}
}
#FI Available (FI_AVAILABLE)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_AVAILABLE",
"payload": {
"consent_request_id": "",
"fi_request_id": "",
"accounts": [
{
"account_id": "5a92045e-ca4c-4d98-be8a-2d70e3efe6e0",
"link_ref_number": "5a92045e-ca4c-4d98-be8a-2d70e3efe6e0",
"masked_account_number": "XXXXXXXX6704",
"fi_type": "MUTUAL_FUNDS",
"fip_id": "DIGIO_FIP"
}
]
}
}
#FI Available via File (FI_AVAILABLE)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_AVAILABLE",
"payload": {
"consent_request_id": "",
"is_file": true,
"fi_request_id": "",
"accounts": [
{
"account_id": "5a92045e-ca4c-4d98-be8a-2d70e3efe6e0",
"masked_account_number": "XXXXXXXX6704",
"fi_type": "MUTUAL_FUNDS",
"fip_id": "DIGIO_FIP"
}
]
}
}
#FI Data Available (FI_DATA_AVAILABLE)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_DATA_AVAILABLE",
"payload": {
"fi_data_id": "",
"fi_type": "",
"customer_mobile": "",
"customer_id": "",
"account_id": "",
"fip_id": "",
"account_number": "",
"consent_request_id": "",
"fi_request_id": ""
}
}
#FI Request Failed (FI_REQUEST_FAILED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_REQUEST_FAILED",
"payload": {
"consent_request_id": "",
"fi_request_id": ""
}
}
#FI Delivered (FI_DELIVERED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_DELIVERED",
"payload": {
"consent_request_id": "",
"fi_request_id": ""
}
}
#Data Purged (FI_DATA_PURGED)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "FI_DATA_PURGED",
"payload": {
"consent_request_id": "",
"fi_request_id": ""
}
}
#Analytics Available (ANALYTICS_AVAILABLE)
{
"web_hook_notification_id": "WHN12345",
"created_at": 1741571173,
"event": "ANALYTICS_AVAILABLE",
"payload": {
"customer_id": "",
"masked_account_number": "",
"customer_mobile": "",
"account_id": ""
}
}