#fpereira

1 messages ยท Page 1 of 1 (latest)

quasi sequoiaBOT
terse edge
#

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

#

Let me know if that makes sense @soft kernel

soft kernel
#

Yes, it's working now!! I was using the wrong funcion in the frontend side. Thank you๐Ÿ˜€ !!!

terse edge
#

NP! ๐Ÿ™‚ Happy to help