Skip to main content
Write and test your webhook endpoint, then deploy the code to production. Register the endpoint with Fintoc to receive notifications about new events.

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 the Webhooks 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.

Manage your webhook endpoints

You can disable or update an existing webhook endpoint in your organization. You can also delete the endpoint. From the Dashboard, you can disable or delete webhook endpoints.