I have been struggling with this for a while now, no idea if I am just mile off so any help would be appreciated
I have a platform where the user pays a deposit, and then a couple of weeks later they get formal access to their portal and are enrolled into a subscription. Currently the customer can pay the deposit via the Stripe plugin and that is fine, however, when I try to add that user to a subscription, it opens up the stripe tab and asks them to put in their details (or just click subscribe). Either way, I would like it to subscribe them without prompting them to opt in.
Some clarifying points:
-
The user pays a deposit (and agrees to the subscription), they are registered correctly with stripe as I am able to ‘Charge a Saved CC’ for that user
-
I have tried adding them to a subscription on a backend workflow, but it does not do anything. This is the Stripe log when I click the button
-
Ideally, the flow would be User pays → immediately added to subscription with ‘Free trial’ until a dynamic start date
As I said, I have been trying to work this out for a while so any support would be very appreciated