Events
All events will have the following format, that includes a type and timestamp on the object.
{
type: 'payscore/incomeVerification/loaded',
timestamp : "2011-12-19T15:28:46.493Z",
payscore: true
}Event Type
Description
payscore/incomeVerification/loaded
Triggers when the widget loads. Can be used to provide your own “widget loading” experience prior to widget mount.
payscore/incomeVerification/widgetClosed
Triggers when the embedded widget is manually closed by the applicant.
payscore/incomeVerification/started
Triggers when the applicant interacts with the workflow for the first time.
payscore/incomeVerification/completed
Triggers when the applicant completes the workflow, fills out the feedback (or skips it), and submits the report. The widget should be closed after this event.
Last updated