Stripe.JS 2 Convert Bank Account into Stripetoken Not Triggering

Hello @copilot

Hope all is well.

I’m using Stripe.JS 2 and following along in your Payment Platforms 2 course and I’m trying to convert a bank account into a Stripetoken. I used to do this all of the time pre-version 2. It seems like this action is not triggering for some reason despite having all of the necessary fields.

My workflow is simple. When a right arrow is clicked > convert bank account into Stripetoken.

I’ve tried to expose the errors but all I get is “No error yet” or “No token generated” and it wont tell me why its not working. Any idea of what I could be doing wrong?

Thank you

For anyone interested, I have an update to this issue.

Now it seems like the bank token fails the first time the convert is triggered, but immediately succeeds the second time, and every time after, if I just spam the button that triggers the workflow. However, the first time when the btok fails to generate, there are still no error messages or anything like that being kicked back.

I’m not sure what I did differently.