#henriquenascimento7167
1 messages · Page 1 of 1 (latest)
So what are you currently doing? Are you passing raw card details to your server?
If you're pci compliant and doing that, then I believe you'll need to continue using the CardField
For the payment sheet, you'll need to follow that doc you linked
My goal is to get the data entered by the user. Before, I used the cardfield in the way I showed you, and now in the new element I would like to know if I can get the same data that would come in the onCardChange of the cardField. Is there any way to use the new element I am using in test mode and the cardfield?
hum...
If you need access to raw card details, continue with your current integration
That's what cardfield is for
Let me confirm this with a colleague though, but I'm almost positive it's not possible
Will get back to you in a sec
ok
Yep my colleague confirmed it's not possible
So yeah you need to do cardfield if you need raw card details
So if you want to add apple pay, for example, you could do this: https://stripe.com/docs/apple-pay?platform=react-native#accept in addition to cardfield