#Josie - confirm setupintents
1 messages ยท Page 1 of 1 (latest)
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
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?
From the backend?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
I highly recommend using PaymentElement for this...
It is a sticky legal situation otherwise
awesome, thanks ๐