Skip to main content
Test your webhook endpoints before registering them in live mode.
Testing endpoints locallyUse a tool such as localtunnel to test endpoints during local development. The tool temporarily exposes a port on your local machine through a public URL.

Test your webhooks through the dashboard

Test your webhook endpoints from the Fintoc dashboard:
  1. Register a webhook endpoint in test mode from the Webhooks section of the dashboard.
  2. Click the webhook endpoint to open its detail drawer.
  3. Click the icon to the right of a subscribed event to send a test webhook.
The dashboard displays the event sent to your webhook endpoint. Test events contain fake data that you cannot use to query the Fintoc API. For example, a test account.refresh_intent.succeeded event has the following JSON payload:
The refreshedObjectId value is acc_00000000, a fake account identifier. You cannot use this identifier to retrieve account details from the API.
You cannot test webhooks in live mode through the dashboard. Fintoc sends these events only under specific circumstances, such as when a connected account is updated with its latest bank movements.