Event Notifications

Webhook Integration

Step 1: Register Webhook URL with PASP

TPPs can provide a webhook (callback) URL during a POST consent request via the Subscription schema.

Step 2: Manage Webhook Configuration with PASP

The TPP can use the PATCH operation to inform whether or not to enable/disable webhook (callback) notifications

Step 3: Publish Webhook Event Notifications to TPP

PASP will publish events to the webhook (callback) URL for the API resources that support event notifications.

Where a PASP can publish event notifications (e.g, Webhooks) to a subscribed TPP, the PASP will generate a Self Signed JWT Authorization Token and send it to the TPP via the HTTP authorization header in every Webhook request.

Event Types

Account Information API Events

API Resource Event Type Event Scenario
account-access-consents KSAOB.Resource.Updated A consent’s status is updated (e.g., when a PSU authorizes the consent; a PSU revokes consent authorization)

Letter of Guarantee Events

API Resource Event Type Event Scenario
letters-of-guarantee-consents KSAOB.Resource.Updated A consent’s status is updated (e.g., when a PSU authorizes the consent or a PSU revokes consent authorization)
Table of Content
Please wait