Widget Errors During a Connection
A user may run into errors in the widget itself while trying to make a connection. An example would be trying to make a connection with a certain product that you don't have enabled with the service provider account, or having made too many test connections, or something else. These errors can be seen in the Activity Log, using the a request like the following:
curl --location 'https://api-sb.meld.io/activity-log?start=2024-05-08T00:00:00.000Z&end=2024-05-10T00:00:00.000Z&connectionId=W9343jnjn3jn3&actions=INSTITUTION_CONNECTION_WIDGET_ERROR' \
--header 'Meld-Version: 2022-11-10' \
--header 'Content-Type: application/json' \
--header 'Authorization: BASIC ***Redacted API Key***' \
There are 3 event types (think of them as subtypes) of widget initialization errors, and they are SERVICE_PROVIDER_INITIALIZATION_FAILURE , SERVICE_PROVIDER_FAILURE, INTERNAL_FAILURE. You can further filter by one or more of these in the Activity Log using the eventTypes query param.
Updated 2 months ago