Credit card–only age verification endpoint
There is now a dedicated /age-verification/perform-credit-card-verification endpoint for running age verification with credit card as the only method, alongside the existing single-method endpoints (ID, AgeKey, ConnectID).
What's new
POST /age-verification/perform-credit-card-verification. Bypasses automatic method selection and verifies the user with credit card only. It takes the same request shape as the other single-method endpoints (jurisdiction,subject,criteria, and optionaloptions.redirectUrl/options.locale) and returnsid,url, andshortUrl.- Adult (18+) assurance. Credit card verification is an adult assurance signal, not a precise age estimate. It is best suited to jurisdictions where card ownership is restricted to adults.
- Status and results unchanged. Poll
/age-verification/get-statusor handle theVerification.Resultwebhook as usual; results reportcredit-cardas the verificationmethod.