#Vladi-invoices

1 messages · Page 1 of 1 (latest)

crisp delta
#

Hi! What do you mean by a "product" here? Invoices don't have products, they just have amounts.

uncut shore
#

Hi Soma. I mean I'm creating an invoice for exemple with one lnvoice line containing the price linked to that product

#

I'm doing this because there's no way to use a subscription for a one interval pricing.

But it would be useful to know how many times that pricing has been linked to invoices

crisp delta
#

So you means that you want to know how many invoices were created with a price of €500 (for example)?

uncut shore
#

hmm well I'm interested by not so much the amount but the id of the product/pricing

#

for exemple if I go to products/pricings I can see how many subscriptions are used by each recurring pricing

#

is there no way to achieve this with one interval pricings ?

crisp delta
#

Can you share one of your invoice ID (in_xxx)?

uncut shore
#

sure, here you go in_1KlyGbAMPa07T75khHLRxC9l

crisp delta
#

Thanks! Give me a few minutes to look into this.

crisp delta
#

Got it! So you would like to find all invoices that contain a specific plan_xxx. That's something you could do on your end:
List all invoices with https://stripe.com/docs/api/invoices/list, and then maunally filter the invoices that contain a specific price.