#weretaco-fees

1 messages · Page 1 of 1 (latest)

sleek steeple
#

@mossy bough there's no event for fees. So the best best is to listen for payout.created and look at what's bundled in that Payout yes. You do this in the API with https://stripe.com/docs/api/balance_transactions/list + payout: 'po_123' and you loop over each BalanceTransaction and one or multiple of those would be for our fees

mossy bough
#

actually working with something similar to the other thread you're in right now. connected account and we assign application_fees of an overestimated amount then want to transfer the different back on a schedule so i need a solid way to reconcile it.