Rohang/eu kyc flow#28
Open
rohan-stripe wants to merge 2 commits into
Open
Conversation
Bumps the Stripe React Native SDK from ^0.62.0 to ^0.67.0 in the Expo sample app, picking up bug fixes and improvements from the 0.63.0–0.67.0 releases. Committed-By-Agent: claude
rohan-stripe
commented
Jun 10, 2026
Comment on lines
+33
to
+34
| const [phone, setPhone] = useState(settings.kycRegion === 'eu' ? '+' : '+1'); | ||
| const [country, setCountry] = useState(settings.kycRegion === 'eu' ? '' : 'US'); |
Author
There was a problem hiding this comment.
https://docs.stripe.com/crypto/onramp/embedded-components-integration-guide?platform=web#step-register-a-new-link-user-if-needed
you now need to consider the country the user is in, providing US will guide through US flow and providing an EU based country will trigger EU verification flow.
rohan-stripe
commented
Jun 10, 2026
| @@ -0,0 +1,298 @@ | |||
| import React, { useState } from 'react'; | |||
Author
There was a problem hiding this comment.
https://docs.stripe.com/crypto/onramp/eu-kyc-integration-guide
this should cover all the KYC stuff
Implements the full EU KYC verification flow using the @stripe/stripe-react-native SDK (v0.67.0). EU users must complete L2 verification (mandatory) including: - Basic KYC info with nationalities, birth city/country (attachKycInfo) - CARF TIN and MiCA identifier collection (retrieveMissingIdentifiers + submitIdentifiers) - CRS/CARF attestation (presentUserAttestation) - Document + selfie verification (presentKycInfoVerification) Also adds: - US/EU region toggle in demo Settings (EU forces L2 tier) - EUR source currency support throughout the payment flow - Country picker on registration screen for EU users - Scrollable layouts for screens with long content Committed-By-Agent: claude
7cffef8 to
4e2baf7
Compare
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.
No description provided.