Skip to main content

Overview

Consent events notify your application when a user’s consent status changes. These events cover the full consent lifecycle — from approval through expiration or revocation. All consent events have eventType: "CONSENT" and differ by eventStatus.

Events

Integration Guidance

EventRecommended Action
CONSENT_APPROVEDTrigger an FI Request to begin data fetch
CONSENT_REJECTEDUpdate UI to inform the user; optionally retry consent request
CONSENT_PAUSEDSuspend any scheduled data fetches for this consent
CONSENT_RESUMEDResume scheduled data fetches; trigger a new FI Request if needed
CONSENT_REVOKEDStop all data operations; clean up stored data per retention policies
CONSENT_EXPIREDStop all data operations; prompt user to create a new consent request if ongoing access is needed