#Maher
1 messages ยท Page 1 of 1 (latest)
Hey thanks !
this was the transaction tested in test mode
pi_3MjialCquaDiaULj1nniVsAe
which is similar to the issue happened in production with one of our clients with this trsnaction ID pi_3Mc5S3CquaDiaULj07btsVPo
I see, and what exactly is the issue/question you have? On our end you have created this PaymentIntent normally on the server side. The next step is to confirm it on the client side to handle 3D Secure.
but we got an error it seems our payment form needs to be updated it is not accepting 3D secure
your flow overall here is not the recommended one on Stripe(as you are collecting the raw card details on your backend server and calling our API yourself with them requiring your business to be PCI compliant)
yep! is there a guide overall you're using? If you use any of our documented Elements/Checkout solutions they all support 3D Secure natively https://stripe.com/docs/payments/accept-a-payment
so you should be using one of those approaches really.
this is our issue we didnt initially developed our checkout page using Elements we have used the customization method
not sure it was called Rest API
yep, was there a reason you didn't use Elements?
if you're doing something custom it requires a lot more indepth knowledge and comfort understanding our API.
we needed to have a specific design for the checkout page
what do you suggest we can do in this case to solve this issue in the most appropriate way
migrate to using the recommended/documented Elements or Checkout payment solutions
so we should change our checkout page to Elements