#corwindev
1 messages · Page 1 of 1 (latest)
monthly/yearly
Do you mean you want to start 2 subscriptions at the same time, one yearly and one monthly?
Yes
You can't do it in a straightforward way. You will need to first collect the Payment Method for future usage with Checkout Session in mode: "setup", and then create 2 separate Subscriptions on the backend.
Ah okay, would it work with stripe elements?
Sure
... I mean, the proposed workaround would work. You still can't create a single Subscription with 2 Prices of different billing periods.
Okay, so:
- Redirect customer to checkout using setup intent
- Once recieved the webhook, create 2 diffrent subscriptions
Correct.
Great thank you 🙂
Happy to help.