Register your Webhook Endpoint
Registering a webhook endpoint can be done through the API as well as through the Fintoc Dashboard. Rememeber that webhook endpoints should point to a URL protected with a SSL certificate.Add an endpoint through the API
To add an endpoint using the API, use the Create Webhook Endpoint endpoint.Add an endpoint through the Dashboard
Go to theWebhooks section of the Dashboard, click on the button to subscribe a webhook and a modal will render on the page. Here, you must write the URL of your webhook endpoint and select which events will be sent to said URL. Make sure to be on live mode.