Optional
clientOptional
clientclientReferenceKey
will be considered only when you authenticate with
mandatorId
.
The clientReferenceKey
allows you to label the widget instance with a
keyword, so you can monitor the success of the widgets with the given
reference key.
For instance, if you are running various campaigns to advertise a new product, you could provide campaign identifiers in the reference key. Then, the user usage data can be retrieved from the Process Controller API.
Optional
cmsServer URL of the Content Management System.
https://cms-finapi-general-live.finapi.io
Optional
companyOptional company name. The company name does not contribute to the name similarity evaluation. It may stored with the check e.g. for compliance reasons.
User's first name.
Optional
ibanIf you provide the iban
, the account import will begin with the
predefined IBAN, and the user will not be able to select any other
account.
Optional
jsServer URL where the static resources are hosted.
https://js-static-resources-finapi-general-live.finapi.io
Optional
languageIt allows you to set the language for the widget. Each widget may have its own list of supported languages. If a language that is not supported is selected, the widget will not start and instead show a validation error. Therefore, it is important to verify beforehand if all intended languages are supported.
If a language is specified, the widget will not display the language selector in the header.
User's last name
Optional
mandatorWidget's authentication can be done by providing either a processToken
or a mandatorId
. If both are provided, the processToken
will take
precedence.
After registering, you will be provided with a UUID known as the 'mandatorId'. Once you provide the 'mandatorId', the widget will automatically generate a 'processToken' for the predefined Client associated with your Mandator.
Optional
processWidget's authentication can be done by providing either a processToken
or a mandatorId
. If both are provided, the processToken
will take
precedence.
The processToken
is a UUID and must be obtained from
the API before authentication by providing Client credentials.
Optional
processctlServer URL of the Process Controller API.
https://di-processctl-finapi-general-live.finapi.io
Optional
processctlServer URL of the Process Controller Solutions API.
https://di-processctl-finapi-general-live.finapi.io
Optional
scrollOptional
enabled?: numberUpon setting this parameter to true window.history.scrollRestoration behaviour will be changed to manual in order for manual scroll to restore its position properly when navigating usign back/forward buttons.
Optional
scrollYOffset?: number' Sets offset relative to widget element offset. Usually used for adding offset for the main menu.
Optional
skipWith skipResults
set to true, the view displaying the evaluation result
will not be shown.
Optional
startThe startButtonLabel
property enables you to customize the label of the
button displayed on the initial view, which initiates the evaluation
process.
Optional
stylestyleOverrides
enables you to supply the URL of a stylesheet which will
be loaded in the widget scope using <link rel="stylesheet" href={styleOverrides} type="text/css" />
. To find out which CSS classes
are available for override, please refer to the widget class
documentation.
Optional
themeThe theme
property enables you to select a predefined theme to be
applied to the widget.
finapi
Optional
themeOur theme extends the default Material UI theme, which can be found at
https://mui.com/material-ui/customization/default-theme/#main-content.
themeOverrides
can be used to customize the theme settings for specific
cases. If you need help with this, please contact our customer support for
assistance.
Optional
useThe widget will be embedded in a container that you provide. If
useContainedDialogs
is set to true, the dialogs and modal elements,
along with the overlay, will be contained within the container. If it is
set to false, the overlay and modals will cover the entire host page.
true
Generated using TypeDoc
clientReference
will be considered only when you authenticate withmandatorId
.The
clientReference
setting can be used to customize the widget's process. Not all widgets use this setting, so please refer to the widget's documentation for more details.