#Vladi-invoices
1 messages · Page 1 of 1 (latest)
Hi! What do you mean by a "product" here? Invoices don't have products, they just have amounts.
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
So you means that you want to know how many invoices were created with a price of €500 (for example)?
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 ?
Can you share one of your invoice ID (in_xxx)?
sure, here you go in_1KlyGbAMPa07T75khHLRxC9l
Thanks! Give me a few minutes to look into this.
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.