#miguel-neto_api

1 messages ¡ Page 1 of 1 (latest)

main sphinxBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310978725482856549

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

desert root
#

Hi, let me help you with this.

#

I think it's easiest to check for yourself. But I don't think that 200 would be possible either way - you might need to create multiple Subscriptions.
Alternatively you might want to review how you build your pricing in general. Maybe you could calculate the total amount on your side and create an item with a custom amount?

azure sequoia
#

We would like to have all the products discriminated on the subscription.

main sphinxBOT
desert root
#

Have you tried creating a regular Subscription with this many items?

daring mortar
#

This is a subscription-level limit, it is not specific to schedule phases

azure sequoia
#

Ok

daring mortar
#

If you have a specific business model need for more items, please write in to support with a detailed example so they can see if there are any options for you: https://support.stripe.com/contact

#

Otherwise, you'd need to consider aggregating those items into bundles or creating multiple subscriptions

azure sequoia
#

I need something like this invoice. I can accept not having multiple product lines on the invoice (one product with description is good enough). But I need a single invoice. Is there an option to customize the text in the invoice?

daring mortar
#

Which text? The line item text is taken from the product name, so you can set that to what you like.

azure sequoia
#

I understand that. I would like to add a custom description to the line item.

Rationale:

  • My company has more than 200 products. Customers can buy as many of those (from 1 to all 200). I don't want to maintain all the possible combinations of those products.
  • So, I would create a generic product and use the quantity. Then per subscription I would configure the text displayed on the invoice. For instance, it can be products "Japan and Georgia" or just "British Columbia".

So, I would customise each subscription with a description of the products included.

Do you think this is possible?

daring mortar
#

Ultimately you'd need to have those products defined to supply them to items -- you could create the known/common ones ahead of time and calculate other on demand and create them just-in-time, or always create the product/price calculation just-in-time custom for each customer config

#

But like i said, you should reach out to support and see what options exist