Register your webhook endpoint
You can register a webhook endpoint through the API or through the Fintoc Dashboard. Webhook endpoint URLs must use HTTPS.Retrieving your webhook secretRegistering an endpoint generates a
secret used to validate webhook signatures. The API returns the secret only once in the create response. Subsequent API responses include secret as null. If you did not save the secret, you can view the secret under the webhook endpoint settings in the Fintoc Dashboard.Add an endpoint through the API
Call Create webhook endpoint to add an endpoint through the API.Add an endpoint through the Dashboard
Go to theWebhooks section of the Dashboard, then click the button to subscribe a webhook. The Dashboard opens a modal. Enter your webhook endpoint URL and select the events that Fintoc sends to the URL. Make sure you are in live mode.