#amits1151
1 messages · Page 1 of 1 (latest)
Hello amits1151, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• amits1151, 0 days ago, 10 messages
• amits1151, 3 days ago, 6 messages
• amits1151, 4 days ago, 39 messages
as I mentioned you need to follow the guide that I shared previously
using card tokens won't help
you need to create payment intents and use the PaymentElement
this will do 3DS for you
pi_3O4NYuSGbiLjibuN0uy6kky1
i get this id
i am facing this issue stripe.error.InvalidRequestError: Request req_GjryQLIJO7sFY9: A return_url must be specified because this Payment Intent is configured to
automatically accept the payment methods enabled in the Dashboard, some of which may require a full page redirect to succeed. If you do not
want to accept redirect-based payment methods, set automatic_payment_methods[enabled] to true and automatic_payment_methods[allow_redirects] to never when creating Setup Intents and Payment Intents
you shouldn't be confirming the PI on the server side
but rather on the front-end
you want to support 3DS right?
then you need to follow https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
you shouldn't be confirming on the server side
where do you see that?
here
these are just examples
ok\