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