- Create a webhook endpoint on your server to receive webhooks.
- Test the webhook endpoint with test events.
- Register the webhook endpoint in Fintoc.
live mode, recover missed events to catch up on the events your endpoint did not process during an outage.
A webhook endpoint is a route in your application that receives notifications from Fintoc. Assign the endpoint a URL that Fintoc can use to send notifications. Fintoc sends each notification as an Event object. The object contains information about what happened. Use this information in your webhook endpoint to keep your application’s state synchronized. For example, you may need to prompt an account holder to reconnect their bank account with Fintoc after changing their bank password.