No plan prices, usage rates, or payment provider have been decided yet. Nothing below is a commitment -- this page describes the billing boundary that exists in source today, not a price list.
Sandbox usage
Every sandbox verification is metered (so your dashboard shows real activity) but is explicitly and permanently non-billable -- enforced in src/lib/verify/usage.ts, not just described here.
Production pricing
Plan prices and per-verification rates are FOUNDER_DECISION_REQUIRED. There is no invented number anywhere in this codebase for a production Verify price.
Billing boundary
Verify usage events (session creation, completed identity checks) already flow into United Valuta Cloud's shared usage-metering and billing-classification layer through the same meter-key vocabulary every other Cloud product uses -- so connecting real pricing later is a matter of setting a rate, not redesigning how usage is counted.
Payment collection
No payment provider is integrated. No checkout flow exists anywhere on this site. This is a real gap, not a hidden one.