#alex.esch
1 messages ยท Page 1 of 1 (latest)
hello
Hello ๐
You can create separate products for each genome but unfortunately I don't think there is a way to dynamically change the item description for a subscription
we are using subscription::create with already created products in stripe
so, no any way to override the titles, right?
we have about 50k genomes.. one per each customer, some of them have more of one
Double checking but as far as I know there is no option for this unfortunately
We do allow that many products to be created at least.
yep, but it will not a good solution for us
also, add some kind of subtitle to receipt?
You can set the description on the Invoice object which will set the invoice's memo https://stripe.com/docs/api/invoices/create#create_invoice-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Unfortunately it is looking like there is no way to override the product names here. If you write in to our support team they can put in a feature request but for the mean time creating new projects will likely be the way to go
ok, but the our flow is
we are creating the subscription
subscription creates invoice
invoice creates receipt
we can't alter invoice directly,
Invoices will be in a draft period for an hour after they are created before finalizing
Also some invoice details are editable even after finalization. It is mostly field that affect the final amount that cannot be changed
Have you already tried updating this field and got an error?
no, my requirement will be to set this field during the subscription creation
There is also a description field on the subscription itself https://stripe.com/docs/api/subscriptions/create#create_subscription-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.