Refresh Reminder
Id: refreshReminder
An event that notifies when a legacy bank connection has not been able to sync for 2 days and will need to be refreshed or re-authenticated. It will be repeated every 2 days until the connection has synced successfully.
Name | Type | Description |
---|---|---|
connectionId | string | The ID of the connection |
bankName | string | The name of the bank |
periodSinceLastUpdateInDays | number | The number of days since last refresh |
Example payload
{
"connectionId": "1ffe704d39629a929c8e293880fb449a:7d235ab0-e951-487f-acde-73cae1a18be0",
"bankName": "Test Bank",
"periodSinceLastUpdateInDays": 27
}
This event can be trigger once every 48 hours
Updated 12 months ago