I’m not creating the customer in Stripe or anything before hand, just saving the CC card using that action, and I can see the user is successfully created and card linked in Stripe so not sure why Bubble is throwing this error.
or something to do with the v2 not being SCA compliant
although if the customer and card are created in Stripe, option 1 would make more sense
Just wondering is there a particular reason you’ve chosen to use Stripe’s plugin instead of Stripe.js + API Connector? I remember having quite a lot of issues with the plugin back in the days.
You’re welcome! If v3 has the same issue then it might be necessary to file a bug.
As always feel free to reach out if you need some tips to set up Stripe.js + API Connector, I’ve done it many times
Hey sorry, just realised the V3 doesn’t even have a Collect Card Information action so I have to use V2 in order to do that.
We’ve moved to a volume based billing model so we capture the card then have a recurring charge action that calculates the total volume usage to be billed at the end of the month.