Skip to main content

Configuration Options

Configuration OptionDescriptionData TypeWidget
is_mobile_webviewRenders the widget in a mobile WebView. Executes URL updates in place of the JavaScript event postMessages.BooleanAll
language (deprecated)See the SSO language section for preferred settings. Currently, only U.S. English (en-us) and French (fr and fr-ca) are supported. Defaults to en-us.StringAll
ui_message_versionUse this to specify which version of postMessage events are triggered. All new implementations must include this option when getting any widget URL and must set it to version 4. Prior versions are deprecated and supported only for existing partners.IntegerAll
client_redirect_urlA URL that MX will redirect to at the end of OAuth with additional query parameters. Only available with oauth_referral_source: "APP" or is_mobile_webview: true.StringConnect
color_schemeLoad the Connect widget in the specified color_scheme; options are light and dark. Defaults to light.StringConnect
connections_use_case_filterTo use this parameter, you must also set use_cases in the same request. If connections_use_case_filter is set to true, the Connections Widget will show connections (members) with the use_cases you set. For example, if you set connections_use_case_filter to true and use_cases to ["PFM"], then only members containing PFM as one of its use cases will show in the widget. If you make the same request but set use_cases to ["PFM", "MONEY_MOVEMENT"], then members containing either use case will show in the widget.BooleanConnections
current_institution_codeLoad the widget into the credential view for the specified institution.StringConnect
current_institution_guidLoad the widget into the credential view for the specified institution.StringConnect
current_member_guidLoad to a specific member that contains an error or requires MFA from the most recent job. Takes precedence over current_institution_code.StringConnect
deep_link_params.account_guidUsed to filter the data shown in the widget by account. Contains an account_guid (string) optional param.StringLegacy Spending Widget
deep_link_params.date_rangeUsed to filter the data shown in the widget by date range. Set the date_range using start_date (string) and end_date (string).ObjectLegacy Spending Widget
deep_link_params.launch_integrationEnables a direct deposit integration. Set the launch_integration (string) param to direct-deposit.ObjectActionable Integration Widget
deep_link_params.widgetOpens the Master Widget a specific widget. Set the widget (string) param to accounts, budgets, cash_flow, debts, finstrong, goals, insights, investments, networth, recurringtransactions, spending, transactions, or trends.ObjectMaster Widget
disable_background_aggSet to true or false to explicitly set the value of background_aggregation_is_disabled for new members created through the Connect WidgetBooleanConnect
disable_institution_searchWhen set to true, the institution search feature will be disabled and end users will not be able to navigate to it. Must be used with current_institution_code, current_institution_guid, or current_member_guid.BooleanConnect
include_identityThis determines whether account owner identification data (AOI, previously called "identity verification") aggregates after the data that's specified by the mode finishes aggregating.

Defaults to false. This can be set in either aggregation or verification mode.

Setting this to true will produce the following behaviors:
  • The widget will only search for and display institutions that support the data the mode (aggregation or verification) is aggregating and AOI.
  • The member connected postMessage event will not be sent until both aggregations are complete.
include_transactionsWhen set to false while creating or updating a member, transaction data will not be automatically aggregated. Future manual or background aggregations will not be affected. Defaults to true.BooleanConnect
insight_guidSet this to the insight guid you want to appear at the top of the insights feed.StringPulse
iso_country_codeAn array of strings that filters institutions in the widget by the specified country code. Acceptable codes include US, CA, and MX (Mexico).ArrayConnect
microwidget_instance_idSet this to a unique value for each instance of the Micro Widget. This lets us collect unique data for each instance of the widget.StringMicro Widget
modeLoads the Connect Widget into the specified mode; options are verification and aggregation. Defaults to aggregation.StringConnect
oauth_referral_sourceMust be either BROWSER or APP depending on the implementation. Defaults to BROWSER.StringConnect
ui_message_webview_url_schemeUsed in postMessages and OAuth redirects in WebViews. Defaults to mx.StringConnect
update_credentials (not recommended)Loads widget to the update credential view of a current member. This option is no longer recommended. Forcing a user to update credentials may make connection errors worse. Use current_member_guid by itself instead.BooleanConnect
use_casesAssociates a use case with any members the widget creates. Valid values are PFM and/or MONEY_MOVEMENT. For more info, see Member Use Cases.ArrayConnect, Connections
wait_for_full_aggregation (deprecated)This option is now ignored. Connect now behaves as if this was set to true and will wait until the member is done aggregating before completing. This change does not require anyone to update their integration and only affects the timing of the member connected post message. If you strongly feel like you need the old behavior, reach out to support.BooleanConnect
hide_mark_as_duplicateHides the "mark as duplicate" feature option in the widget.BooleanConnections
hide_partner_managed_membersHides any "home" members that are managed by the partner.BooleanConnections
selected_institution_guidLoads the widget to a specific selected institution.StringConnections
selected_member_guidLoads the widget to a selected member.StringConnections
update_credentialsLoads to the update credential feature for a current member. Optionally used with selected_member_guid.BooleanConnections
hide_account_filterHides the account filter feature within the widget.BooleanTransactions
selected_account_guidLoads the widget to a selected account.StringTransactions
localeSets the language of the widget. If you're requesting the Connect or Connections Widgets, you must use the Accept-Language header.StringAll except Connect or Connections
styleSets the widget's font. Pass font_name: {font name} with any Google font to change it.ObjectAll
viewWhen used with the Cash Flow, Settings, or Money Dashboard widget, sets the widget's default view. Valid value for Cash Flow or Money Dashboard Widgets is manage_income. Valid values for the Notifications section of the Settings Widget (notifications_settings_widget) are accounts, budgets, or insights.Money Dashboard, Cash Flow, or Settings