interface ModCreditCheckProperties {
    demoPdf?: string;
    skipResults?: boolean;
}

Hierarchy (view full)

Properties

demoPdf?: string

Specifies the URL of a PDF file containing the results. Under typical circumstances, when reaching the final view displaying the results, users have the option to download the results in PDF format from the Process Controller API. If this property is configured, the application will directly open the specified URL in a new tab, bypassing the need to query the API.

skipResults?: boolean

When enabled, the widget skips its final Results view: as soon as the check finishes successfully the onComplete callback is fired directly. Use this when you redirect the user to your own landing page and do not want the Results view to briefly appear before the redirect.

Default

false

Generated using TypeDoc