Gordian
Gordian

Reputation: 175

Stripe two subscriptions one checkout?

The billing of my subscriptions require anual and monthly payments. As it isn't possible within stripe to create one subscription containing a monthly and a yearly billed price, I'd like to ask how it could be possible to realise this workflow anyways?

Could it be possible to add 2 subscriptions (one monthly and the other yearly billed) to one checkout session? Thanks in advance.

Upvotes: 1

Views: 1307

Answers (2)

Kalip
Kalip

Reputation: 106

You can display both the monthly and yearly prices on the checkout page by adding the yearly price in "Upsells" in the monthly price edit page. So, it means that you have created both prices beforehand.

See the details here: https://docs.stripe.com/payments/checkout/upsells

Upvotes: 0

pgs
pgs

Reputation: 1201

With Checkout, the line items must have the same billing interval so having a monthly and a yearly interval subscriptions on one checkout session is not a possibility. The alternative is to create two separate checkout sessions for products with different billing intervals.

Upvotes: 0

Related Questions