live mode.
Test endpoints locallyUse a tool such as
localtunnel to test endpoints during local development. Localtunnel exposes a local port to the internet and returns a public URL. Register this URL as your endpoint.Test your webhooks through the dashboard
You can test your webhook endpoints from the Fintoc Dashboard in three steps:- In the dashboard’s webhooks section, register a webhook endpoint in
testmode. - Select the webhook endpoint to open its detail drawer.
- Click the send-test icon for each subscribed event to send a test webhook.
account.refresh_intent.succeeded event has the following JSON payload:
refreshed_object_id value, acc_00000000, identifies a fake account. The get account endpoint cannot return details for this account.
Live mode webhooksYou cannot test
live mode webhooks through the dashboard. Fintoc sends live mode events only under specific conditions, such as when a connected account updates with its latest bank movements.