#oznerol92

1 messages · Page 1 of 1 (latest)

fair kestrelBOT
feral valley
#

hi! when you say "a different app", is it a different Stripe account?

spare depot
#

hi, no it's another frontend app but same stripe account

feral valley
#

but in general this is banned on most accounts and unless you are PCI certified you should never be writing code like this that handles raw numbers

#

do you have some request IDs req_xxx from failing and succeeding requests so I could compare?

spare depot
feral valley
#

so then there are all sorts of risks like every engineer at your company needs training and certification since they could write code that inadvertently leaks the numbers; or you might log them in your access logs, all sorts of stuff

#

hence why you should always integrate with Elements/Checkout unless your business is a PCI-certified entry that can comply with the regulatory burdens on card data

spare depot
#

ok perfect I need to do that then, the thing is I wanted to create my own checkout process because I'd like to create a QR code for online and in-person payments using my own API service and I thought that using checkout elements and so on it didn't give me the full access of data and freedom. But I'm going to re-write the code since I don't want any legal trouble lol.

the failed req is this one req_VvsEavzZ3kUrVa
and this one should be succeeded one req_BXJQG8X6xzNlG5

feral valley
#

you could have a QR code that links to the page on your site where you're using Elements, that would work fine

spare depot
#

ok perfect thank you so much for your time