Notifications
Below is a summary of the API endpoints you need to implement on your server and expose to receive notifications from Setu AA. These notifications are webhooks from Setu based on the events that occur during the consent and data flow.
The base_url
is the server URL you share with us to receive notifications.
To get started quickly, you can setup a mock API endpoint using Beeceptor. Once configured on Bridge, Setu will send notifications to that URL. This will help you understand the notification flow before you start to implement it on your server.
Types of notifications
Consent notification — Notification triggered for the events that occur in consent flow
FI notification — Notification triggered for the events that occur in data flow
Webhooks retries will be added in future iterations.