#mikesmith7748

1 messages · Page 1 of 1 (latest)

quiet meadowBOT
#

Hello mikesmith7748, 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.
https://discord.com/channels/841573134531821608/1163933411405217903, 0 days ago, 103 messages
https://discord.com/channels/841573134531821608/1163914150813126737, 0 days ago, 19 messages

rotund harness
#

Hello! What does the error say?

last leaf
#

I'm getting this in the console

#

And my page is stuck with a loading spinner

rotund harness
#

Can you tell me a bit more about what you're doing? What does "ACH session" mean?

last leaf
#

I'm trying to submit a test order using the ACH PaymentElement

rotund harness
#

Looking at my own test integration I'm seeing the same errors, but the Payment Element actually works fine for me through the ACH flow. Where exactly are you getting stuck on the loading spinner?

last leaf
#

When I invoke the stripe.confirmPayment method, it gives me this error

rotund harness
#

Are there any other errors, or just what's above?

last leaf
#

The PaymentElement renders just fine but when I submit, it throws those errors

rotund harness
#

Can you show me a screenshot of what it looks like when it gets stuck?

#

Can you share a link to the site where this is happening so I can investigate?

last leaf
#

I'm getting some other errors but they look the same

#

It looks like it's happening right when the Stripe modal pops up

#

Unfortunately I can't share a link to the page

rotund harness
#

To clarify, are you just seeing errors, but everything works fine?

last leaf
#

Oh weird, I just got this error

#

Everything works up until I click on the "Place Order" button, then it gets stuck

#

I think I just figured it out. I was missing the elements.submit function

rotund harness
#

Can you try calling elements.submit() immediately when the Place Order button is pressed?

#

Ah, okay.