#Josie - confirm setupintents

1 messages ยท Page 1 of 1 (latest)

split orbit
#

You have to be careful with PCI compliance if you go that route

#

That is the advantage of using the PaymentElement

#

You don't have to worry about PCI compliance as Stripe takes care of that for you

little goblet
#

ah okay good to know, just out of interest it is possible to even manually provide the card details as params? seems as though only billingDetails is expected with no card number etc?

split orbit
#

From the backend?

little goblet
#

sorry I mean from the front end, using react native

#

we're trying to allow users to update their card details for subscription payments, but wanted to trigger 3D secure as they update them so we can take payment in the future

split orbit
#

I highly recommend using PaymentElement for this...

#

It is a sticky legal situation otherwise

little goblet
#

awesome, thanks ๐Ÿ‘