#dariodjuric
1 messages · Page 1 of 1 (latest)
Hello 👋
I don't believe there's a specific event for that.
Would it be viable to listen to other events in that case, such as payout.created, and "collect" these kind of balance transactions that happened between this payout and the last one?
These balance transactions happen once a month, right?
I'm unsure when these occur as our team doesn't know a ton about fees. I'm guessing you can use List all Balance Transactions API endpoint for this and pass in the type
https://stripe.com/docs/api/balance_transactions/list
That should theoretically give you a list of all stripe_fee type Balance Transactions