#ruby_92201
1 messages · Page 1 of 1 (latest)
Can you share which doc you refer it from?
Refer to "制限" in the link below.
https://stripe.com/docs/billing/subscriptions/multiple-products?locale=ja-JP
Thanks for sharing. In English doc https://stripe.com/docs/billing/subscriptions/multiple-products:
You are also limited to 20 products in a single subscription.
Support is not wrong that you can create as many as products and prices with Stripe. However, in a Subscription, only 20 products out of all the products created with Stripe is allowed.
For example, you can create 1000 products in your Stripe account. When you create a subscription, only 20 out of 1000 products can be set
Thank you for your prompt reply.
Is it correct to understand that there is only a limit of 20 per subscription, and there is no limit to the number of plans created or the number of subscriptions created?
Yup! You're right! The limit of 20 products is only on per subscription. There is no limit on the products/prices and subscriptions created in your Stripe account
Thanks a lot!