#SeanS
1 messages · Page 1 of 1 (latest)
Unfortunately not. Balance Transactions are the only objects that show Connect Account fees and there aren't any events for those
so I shouldn't expect to see them included in payout balance transactions? Just realized I didn't check that before posting here...
I'm not sure I understand the question. Can you link to the specific object you're referencing?
when we're processing payouts, the first thing we do is look up balance transactions by payout id
func List(params *stripe.BalanceTransactionListParams) *Iter
I was asking if there should be balance transactions for the fees returned in this Iter
ah, maybe I see
I do see fee and fee_detail
Ah, yeah, that will have fees that pertain to the relevant charges
ok great! sorry, I should've done more digging first
do these fees represent all fees we should expect to see deducted from the payout?
nothing on top of payment/refund associated fees?
"Payout Fees" are not deducted from Payouts - they are aggregated and charged monthly to the platform account.
Far as I know - I don't work for Stripe (I also only use express)
@neon token is right. If you're not talking about the fees taken on your payments specifically, then the actual Connect Account fees and Payout fees are not going to be included in your payouts
my question above was whether there are any fees on top of the payment/refund associated feels I see included in the payout for standard connect accounts
That said, there don't seem to be fees beyond the processing fees for Standard accounts - mostly because those are treated as fairly independent entities -you don't have as much payout control
I think of it as: with Standard, you are "merely" a front-end for their business, with your platform getting a defined fee. All other fees are the responsibility of the Standard account, as a fully independent business. In some cases you can initiate payouts - but as independent entities, they can over-ride.
right. I'm familiar with the percentage "fee" that you can hold back on the platform when routing the remainder, for example, to connect accounts using destination charges or something
but I'm realizing I don't know whether stripe charges any fees for operational stuff assessed on the connect account
or are 100% of stripe assessed fees in the form of fees on balance transactions (payments/refunds)
yeah, was just looking at that @neon token! so if that's accurate, I think my answer is yes, 100% of fees should be included in payout balance transactions
near as I can tell - just like directly your platform, the only fees are the transaction fees.
But I'll add what the Discord engineers would add - Support would be the real authority on that.
I guess we will find out one way or the other by simply tracking balance transaction fees and seeing if there's a discrepancy