#Moustache-charges-price_id

1 messages · Page 1 of 1 (latest)

junior vine
#

Hi there!

#

In other words, a report for all the charges associated with a particular price/product.

sly veldt
#

hi bismarck!

junior vine
#

Are you using Stripe Checkout?

#

Or Billing?

sly veldt
#

Billing

junior vine
#

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.

sly veldt
#

I see.

junior vine
#

Alternatively you can go backwards and list charges and expand the Invoice

sly veldt
#

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?

junior vine
#

Yep that is the other option!

sly veldt
#

ok thanks, I will give it a go.