#Hugues
1 messages · Page 1 of 1 (latest)
Can you share an example PaymetIntent ID? pi_xxx
My guess is that we're not receiving a request to confirm the payment, so your confirmPayment function might be failing somewhere.
Can you also check your web console to see if there are any specific errors there?
Here's the payment: pi_3OHnlhFGXpRXhvrd0Q4BNEQX. I'm checking the logic for the pmt corfirmation...
yeah, we're not seeing any attempts made to confirm the above payment intent.
So confirmPayment function is most likely failing.. Your web console should have more details on what's going on
We have a step by step guide here for custom flow which might be more helpful than the quickstart
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
OK! I've found that my payment confirmation logic in checkout.js was pointing to an unknown return url. Thanks for helping me on this & have a nice day.
NP! 🙂 Happy to help