#MrMole-react
1 messages · Page 1 of 1 (latest)
Hi! You can see what can be customised in the sheet here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=payment-sheet#react-native-customization
So what you are describing doesn't seem possible to do directly in the payment sheet.
If you use the Card Element instead, you could build your own UI on top of it: https://stripe.com/docs/payments/accept-a-payment?platform=react-native&ui=custom
okay so if i want to add email, i should do this step before that form right?
Yea CardField but my client loved card scanning 😄
so we picked that form
so if i get email from user, i will use it in that object to send it to stripe right?
okay so if i want to add email, i should do this step before that form right?
Yes!