live mode.
Testing endpoints locallyTo test endpoints while you develop locally, use a tool such as
localtunnel. The tool exposes a local port to the internet and returns a public URL you can register as your endpoint.Testing your webhooks through the dashboard
You can test your webhook endpoints from the Fintoc Dashboard in three steps:- Register a webhook endpoint using the
testmode from the webhooks section of the dashboard. - After registering the webhook endpoint, click on it to open a detail drawer.
- Click the send-test icon on the right of each subscribed event to send a test webhook.
account.refresh_intent.succeeded event returns the following JSON:
id corresponds to acc_00000000, a fake account, so the get account endpoint cannot return its details.
Live mode webhooksYou cannot test
live mode webhooks through the dashboard, because Fintoc sends these events only under specific conditions (for example, when a connected account updates with its latest bank movements).