#shaon

1 messages · Page 1 of 1 (latest)

icy summitBOT
sick heron
#

Hi there!

scarlet atlas
#

I am actually not 100% sure. I would like to present the unit label in our invoices for metered price objects e.g. quantity of calls used. From the documentation it looks like I cannot use both product and product_data params together. Each have unit_label fields that I can utilise

#

Currently I'm doing stripe.Price.create(product=product_id, ...) and would like to add the unit label for this price object

#

I don't want to add it at the Product level as then it would apply for all prices apart of the product

sick heron
#

I don't want to add it at the Product level as then it would apply for all prices apart of the product
That actually looks like the only option to me. Maybe duplicate your product, and for one of them set unit_label?

scarlet atlas
#

oh wow, sounds like a huge limitation