Events
Event Definitions
Event Name | Description | Applicable Flow(s) | Callback parameter example |
---|---|---|---|
CARD:VIEW_PAGE | Emitted for each page a customer views in the CARD application or lookup processes. | All Card product flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal * Enhanced Checkout | object {pageName: string} |
CARD:SHOW_OVERLAY | Emitted when the CARD overlay is rendered | All Card product flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal * Enhanced Checkout | object {} |
CARD:CLOSE_OVERLAY | Emitted when a customer exits the CARD overlay | All Card product flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal * Enhanced Checkout | object {dismissTarget?: HTMLDivElement } |
CARD:TIMEOUT_DSP | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} | |
CARD:TIMEOUT_APPLICATION | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} | |
CARD:SUBMIT_APPLICATION | Emitted after a customer submitted an application (can be used to aggregate all acquisition flows) | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} |
CARD:SUBMIT_PREQUAL_APPLICATION | Emitted after a customer submits an application through the prequal flow. This happens after the user is determined to be eligible and proceeds with the application. | Prequal application flow | objecty {} |
CARD:RECEIVE_APPLICATION_RESULT | Emitted after an application has been processed (can be used to aggregate all acquisition flows) | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object CardResult |
CARD:CANCEL_APPLICATION | Emitted if an application is canceled | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} |
CARD:APPLICATION_COMPLETED | Emitted when an application is completed | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} |
CARD:ADD_TO_WALLET | Emitted when a card is added to wallet | All Card acquisition flows: Enhanced Apply Real-Time Prescreen Batch Prescreen Unified Prequal | object {} |
CARD:SUBMIT_PRESCREEN_APPLICATION | Emitted when a prescreen application is submitted. Similar to CARD:SUBMIT_APPLICATION but limited to prescreen. | Real-Time Prescreen Batch Prescreen | object {} |
CARD:RECEIVE_PRESCREEN_APPLICATION_RESULT | Emitted after a prescreen application has been processed. Similar to CARD:RECEIVE_APPLICATION_RESULT but limited to prescreen. | Real-Time Prescreen Batch Prescreen | object CardResult |
UNIFIED:UNIFIED_OFFERS_RECEIVED | Indicates the user has reached the prequalified offers step. Lists the offers given/shown. | * Unified Prequal | object UnifiedOffersData |
CARD:SUBMIT_PREQUAL_APPLICATION | Emitted when a card-based prequal application is submitted. Similar to CARD:SUBMIT_APPLICATION but limited to prequal. | * Unified Prequal | object {} |
CARD:RECEIVE_PREQUAL_APPLICATION_RESULT | Emitted after a card-based prequal application has been processed. Similar to CARD:RECEIVE_APPLICATION_RESULT but limited to prequal. | * Unified Prequal | object CardResult |
BNPL:RECEIVE_UNIFIED_CHECKOUT_APPLICATION_RESULT | Indicates the user completed a non-card-based (Installment/BNPL product) Prequal application to the end. Indicates the result of the action, i.e Approved or not. | * Unified Prequal | object UnifiedCheckoutResult |
CARD:OFFER_RESPONSE | Emitted when a customer responds to their prescreen offer | Real-Time Prescreen Batch Prescreen * Unified Prequal | string “YES” | “NO” | “NOT_ME” | “ABANDONED” | “PRESCREEN_NO” |
CARD:RECEIVE_ACCOUNT_EXISTS | Emitted when a customer completes Account Lookup process. | * Enhanced Checkout | object AccountExistsResult |
INSTALLMENT:APPLICATION_DECISIONED | Emitted when an applicant receives their prequalification decision for installments | * Installment/BNPL Acquisition | object Application |
INSTALLMENT:APPLICATION_CHECKOUT | Emitted when an applicant completes their installment checkout. | * Installment/BNPL Acquisition | object Application |
Updated over 1 year ago