Skip to main content
A customer may encounter errors inside the Meld Connect Widget while trying to make a connection. Examples include requesting a product you do not have enabled with the service provider, hitting test connection limits, or transient service provider failures. This page is for developers debugging failed connections — it explains how to query widget errors and what each error subtype means.

Before you begin

  • You have a Meld API key for the environment in question (sandbox or production)
  • You know either the connectionId of the failed attempt, or a date range you want to inspect
  • You are comfortable querying the Meld Activity Log

How to query widget errors

Widget errors are recorded in the Activity Log. Query them by filtering on the action INSTITUTION_CONNECTION_WIDGET_ERROR:
For the full Activity Log schema and supported query parameters, refer to the API reference.

Widget error subtypes

There are three event types (subtypes) of widget errors. Filter by one or more using the eventTypes query parameter on the Activity Log endpoint.

Common scenarios and fixes

Sandbox vs. productionWidget errors are logged identically in sandbox (api-sb.meld.io) and production (api.meld.io). Sandbox traffic may produce additional SERVICE_PROVIDER_FAILURE entries that mirror the test behavior of each provider’s sandbox; these are expected and do not indicate a real outage.