#fpereira
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Typically you'd see this error when Stripe JS on front-end (initialised using Public Key) can't find the SetupIntent ID on the account (that owns that Public key)
Also
You're trying to call confirmPayment with SetupIntent clientSecret
which might explain why its failing
what you want is confirmSetup function
https://stripe.com/docs/js/setup_intents/confirm_setup
Let me know if that makes sense @soft kernel
Yes, it's working now!! I was using the wrong funcion in the frontend side. Thank you๐ !!!
NP! ๐ Happy to help