feat(keychain): add identity verification for Stripe purchases#2492
Merged
feat(keychain): add identity verification for Stripe purchases#2492
Conversation
…hases New users purchasing starterpacks via Stripe must verify their identity with first name, last name, and phone number using the accountVerify GraphQL mutation before proceeding to payment. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Claude finished @broody's task —— View job Documentation Update CompleteI've analyzed the PR and updated the documentation in the docs repository. Changes MadeUser-Facing Impact: This PR adds identity verification for Stripe purchases. New users must provide first name, last name, and phone number before completing checkout. Verified users skip directly to payment. Documentation Updated:
Files Modifieddocs-repo/src/pages/controller/starter-packs.md
+ 5. **Identity Verification** (Stripe only): First-time Stripe users must verify their identity by providing first name, last name, and phone number. Verified users skip directly to payment.Next StepsThe documentation change has been made and staged in the
The change is minimal, focused, and follows the documentation guidelines:
|
tarrencev
added a commit
to cartridge-gg/docs
that referenced
this pull request
Mar 16, 2026
Updates documentation to reflect changes made in:
feat(keychain): add identity verification for Stripe purchases
Related controller PR: cartridge-gg/controller#2492
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
accountVerifyGraphQL mutationproveVerifiedAtcheck — verified users skip directly to paymentsandbox: !isMainnetto toggle between UAT and production Prove environmentsTest plan
accountVerifymutation fails🤖 Generated with Claude Code