#jcodog
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
I checked the docs and it doesn’t tell me if it can be done together or not.
You can have a Checkout Session in mode: "subscription" that has extra one-time items. Basically, you just need to add everything to line_items: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items
Note, only one Subscription object will be created, so all recurring Prices need to be of the same billing period: weekly/monthly/yearly.
Ok. So subscription checkout allows for one time purchases too. But normal checkout doesn’t allow subscriptions?
Thank you.
Correct
Happy to help!