- Create a webhook endpoint on your server (an endpoint that will receive the webhooks).
- Test the webhook endpoint with some test events.
- Register the webhook endpoint in Fintoc.
Webhooks
Webhooks
A webhook is a mechanism that allows us to notify your server about a specific action that took place on Fintoc’s side so that your application can react to it, maintaining a “synchronized state” with Fintoc.
We use webhooks to notify your application when important events happen on your users’ bank accounts. For instance, when a user changes its password and it is no longer possible to obtain new movements, or when a check is protested and the movement corresponding to said check ceases to exist in the bank. We also use webhooks to notify about events that happen on Fintoc itself. For instance, when an account finishes syncing with the latest available data from the bank.
To use the Fintoc webhooks, you need to follow three steps: