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:- Register a webhook endpoint in
testmode from the Webhooks section of the dashboard. - Click the webhook endpoint to open its detail drawer.
- Click the icon to the right of a subscribed event to send a test webhook.
account.refresh_intent.succeeded event has the following JSON payload:
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.