#elendinside - Checkout Subscription
1 messages ยท Page 1 of 1 (latest)
So...just so I'm aware you are not configuring the Checkout Session itself for Subscriptions?
Because you can just set up your Checkout session to create a Subscription, if that is easier.
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout
In our case, we visitor is buying an article - and we want to give a free subscription on top. That's why I created an article within Stripe with image and description. And now I am trying to combine the Checkout of that article with a free subscription (like a bundle).
Can I include one article and one subscription within the Checkout?
Hi there ๐ yes, Checkout Sessions in subscription mode can process subscriptions and one-time purchases simultaneously.
Oh great ๐ I will test this. Thank you so much for this info ๐ฏ
Any time!