#Moustache-charges-price_id
1 messages · Page 1 of 1 (latest)
Hi there!
In other words, a report for all the charges associated with a particular price/product.
hi bismarck!
Billing
Gotcha. We don't have a pre-built report for this. You would need to list invoices and examine their lines for the price ID and then expand the PaymentIntent to view the associated charges.data.
I see.
Alternatively you can go backwards and list charges and expand the Invoice
When querying 100 items at a time from the API, these reports get pretty expensive. I wonder if I could "tag" the payments with a "product_ids" metadata (maybe separated by comma). Then I could report on that field from a itemized payout reconciliation report. Do you think that would work?
Yep that is the other option!
ok thanks, I will give it a go.