KYC Verification
| Fluid Widget | Quick Deposit | Sweepstakes (Virtual) |
|---|---|---|
| Yes | Yes | Yes |
Fluid can prompt users to verify their identity from within the cashier. When the prompt is shown and the user clicks the Verify button, the widget hands the actual verification over to your platform.
What the host must handle
When the user clicks Verify, the widget emits start-kyc-verification, both as a fluid-command and as a fluid-info event (see Events and errors). Your page should react to the command by taking the user into your platform's verification flow, for example by navigating to your KYC page or opening your verification dialog. Fluid does not perform the verification itself.
What drives the prompt
- The user's verification state is supplied by you through the
kycStatusfield of the User Data Object. Keep it up to date via the reactiveuser-dataattribute. - Whether and how the cashier prompts for verification is configured per operator in the back office; see KYC User Verification Flow.