Gates (beta)
Overview
Gates are available to Pro plan customers only and are currently in closed beta. To request access, email [email protected].
A Gate is a protective checkpoint you can drop in front of any user action—sign‑up, free‑trial, checkout, comment, or anything else that matters. Think of it as Stripe Radar for user verification: instead of card data, it uses UserCheck’s email and domain signals.
You build a Gate by stacking rules in the dashboard. Each rule contains
- one or more conditions (field + operator + value)
- a match operator (
all
= AND,any
= OR) - an action (
allow
,block
, orchallenge
) - an optional
stop
flag to exit early
At runtime you make a single API call and get back one clear verdict.
Result | Typical next step |
---|---|
allow |
Process the action normally |
block |
Reject the action |
challenge |
Ask for extra proof (CAPTCHA, email/SMS verification, small card auth, or manual review) |
Quickstart
Ready to get started? See Quickstart.