The process works when the user has a cc saved already but i get the following error when starting a new subscription with a user that hasn’t entered any cc info yet:
If the user is subscribing for the first time, how do I get their cc info? Should that all be captured on the Stripe side? I’m using checkout v3 of the bubble plugin.
Check that the user is being referenced correctly. If you check “Apply this action to the current user” and it works, then it means the Subscribed user isn’t getting passed through correctly maybe. Just something to check.
Also, another thought. I think the coupons don’t work in v3 actually. I had to create my own coupons with the Bubble database instead. That might create this issue possibly.