#ijsje
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I don't believe so, but wanted to confirm whether you're referring to the description on Line Items that are being set when a Line Item object is created:
https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-description
or the description on Line Items that are automatically created as part of proration calculations?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The automatically generated one
"Remaning time on 5 x Extra teams" for example
Since I will be showing this to the user so they know what to expect for their upcoming invoice. It would be useful to have it in dutch for example. Since my entire site is dutch.
Gotcha, I'm double checking, but don't think that is possible. You may need to prepare a string that is a translation of the verbiage used, or what you would like the verbiage to say, and then extract the numbers from the description field to populate your string.
Apologies for the delay. No, this is currently not possible, but I'll be sure to capture your feedback that this is functionality you'd be interested in seeing introduced in the future.