#milansoni_00938
1 messages · Page 1 of 1 (latest)
hi! did you write the code of this gateway or ecommerce platform yourself as a developer, or is it a plugin/platform you're using?
then you should have developed your code to use Elements/Checkout instead of collecting raw card details and passing them to the API.
yes
in short you are proposing to use stripe iframe ?
if you call Stripe Elements the "stripe iframe" then yes
is there any other method which can be straight forward?
so i dont have to change the UI that i have already setup and developed in frontend
something like tokenization i have read on stackoverflow
well I'm not sure what guide you were using, since all of our guides clearly describe using Stripe.js and Elements and none of them describe sending raw PANs.
There's no alternative no.
Elements does tokenization, yes.
they propose that when user enter card details, from frontend they need to convert it in form of token and send to backend guy