Reputation: 133
I've built a platform for a local community group that host events.
They want to be able to see exactly how much money (after Stripe fees are subtracted) each event has made through the ticket sales.
As such, I need an API/client call that can retrieve the all of the relevant balance transactions, filtered for a given product/line_item (with a given Product ID).
I've been struggling to find a clean way to filter the relevant PaymentIntents, Charges or BalanceTransactions (not sure which one is most appropriate) based on a given Stripe Product ID?
Any help appreciated, thanks!
Upvotes: -1
Views: 46