Events

Events mark changes or behaviour in entities and can be used to trigger actions in your application.

Entities and their events

entity

eventType

when does this occur

connection

created

When a connection is created.

updated

When a connection is updated.

deleted

When a connection is deleted.

consent

created

A user has agreed to an applications consent policy which in turn creates a consent policy against the user.

reminder

It's time for a consent reminder.

updated

A user has agreed to an updated consent policy.

revoked

A user has decided to withdraw consent to share data with an application.

warning

It's time for a consent warning.

payout

created

When a payout is created.

failed

When a payout is failed.

in-progress

When a payout is in-progress.

successful

When a payout is successful.

payrequest

created

When a payrequest is created.

failed

When a payrequest is failed.

in-progress

When a payrequest is in-progress.

successful

When a payrequest is successful.

user

created

A user has been created.

updated

A user has been updated.

deleted

A user has been deleted.

📘

Consent events

Any events around consent must be monitored if your application is using Open Banking data. For more information please read our documentation on data governance events.