Skip to main content

Verification results now name the vendor

Verification.Result webhooks and GET /age-verification/get-status now return provider, the vendor that ran the verification method.

What's new

  • provider on both the webhook and the endpoint. Present whenever method is present, so a completed verification tells you which vendor produced the result.
  • A method doesn't imply a vendor. age-estimation-scan is served by several, and credit-card carries the merchant of record when a payment stood in for the check. Use provider for your own logs and analytics, not for access-control decisions.
  • Nothing else changes. Every other field keeps its shape and presence rules.

Documentation