#samir_98207
1 messages · Page 1 of 1 (latest)
Sure, you can use Stripe Checkout to let your customer subscribe to multiple products together.
So when you create a checkout session, you can specify multipile line_items that represent the hardware and software products that your customer is subscribing to.
Awesome, thanks! So we could create a checkout button for the hardware and then once this is delivered to customer, we could notify customer they can then add the software to their subscription plan?
Also if the hardware order goes through Stripe, what's the easiet way to manage this order / send the hardware without an ecommerce platform?
You can listen to checkout.session.completed webhook event to get notified when you customer has completed the checkout. More details are covered here https://stripe.com/docs/payments/checkout/fulfill-orders