#milansoni_00938

1 messages · Page 1 of 1 (latest)

cerulean timberBOT
earnest island
#

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?

tall marlin
#

yes, custom code is written

#

I am not using plugin

earnest island
#

then you should have developed your code to use Elements/Checkout instead of collecting raw card details and passing them to the API.

tall marlin
#

do you mean on frontend side ?

#

using elements/checkout

earnest island
#

yes

tall marlin
#

do you have any link to share for steps?

#

for implementing on frontside

earnest island
tall marlin
#

in short you are proposing to use stripe iframe ?

earnest island
#

if you call Stripe Elements the "stripe iframe" then yes

tall marlin
#

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

earnest island
#

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.

earnest island
tall marlin
#

they propose that when user enter card details, from frontend they need to convert it in form of token and send to backend guy

earnest island
#

there are ways to do that using Elements yep

#

either way your frontend form will always be using Elements and the "stripe iframe" since that is a requirement for PCI compliance