Skip to content

Rohang/eu kyc flow#28

Open
rohan-stripe wants to merge 2 commits into
mainfrom
rohang/eu-kyc-flow
Open

Rohang/eu kyc flow#28
rohan-stripe wants to merge 2 commits into
mainfrom
rohang/eu-kyc-flow

Conversation

@rohan-stripe

Copy link
Copy Markdown

No description provided.

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
Comment on lines +33 to +34
const [phone, setPhone] = useState(settings.kycRegion === 'eu' ? '+' : '+1');
const [country, setCountry] = useState(settings.kycRegion === 'eu' ? '' : 'US');

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@@ -0,0 +1,298 @@
import React, { useState } from 'react';

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant