Reauth Reminder

Webhook to prompt re-authentication before consent expires.

Id: reauthReminder

Event that notifies when an Open Banking connection requires re-consent or re-authentication. An Open Banking connection typically requires re-consent every 90 days. This event will be triggered up to 5 days before the connection is due to expire and will be repeated every 2 days until re-consent occurs.

NameTypeDescription
connectionIdstringThe ID of the connection
bankNamestringThe name of the bank
timeUntilReauthorizationnumberThe number of days until the connection will stop working
tppConsentboolIndicates whether re-consent is possible, otherwise re-authentication must be done

Example payload

{
 "connectionId": "1ffe704d39629a929c8e293880fb449a:7d235ab0-e951-487f-acde-73cae1a18be0",
 "bankName": "Test Bank",
 "timeUntilReauthorizationInDays": 5,
 "tppConsent": false
}
📘

This event can be trigger once every 48 hours

📘

Testing this webhook

Please see the Test our API section for more information on how to test webhooks with our Open Banking Mock bank