#wayo1757

1 messages · Page 1 of 1 (latest)

gloomy gyroBOT
prisma spear
#

It does not matter that you only have it configured to use card right now.

low bolt
#

When I do that, I get an error stating I need to call elements.submit() before calling confirmPayment() .

https://stripe.com/docs/js/elements/submit
When i go to look up the function, it says to use it when creating an Intent. But I did use a payment intent's client secret to create the payment element.

prisma spear
#

You need to do both. Can you share your code?

low bolt
#

I haven't tried calling element.submit() . Should I try that first?

prisma spear
#

Yep!

low bolt
#

That worked! Thanks for the help!