#Att89-payout-reconciliation
1 messages · Page 1 of 1 (latest)
Hey. amount_capturable is only relevant for the auth/capture payment flow. Are you utilising that?
No, I don't. Basically, I need to know, what amount I set for the manual payout: the amount without the application fee and stripe fee. Is there an easy/direct way to found out, which fee was subtracted by stripe from the payment_intent.amount? The application fee is set by ourselves, that's not the problem.
As far, as I know, I can found out the stripe fee via the payment_intent.charges.data.balance_transaction, but this operation costs at least an extra request to stripe and therefore more time.
Yep, you'd need to look at the Balance Transaction object
OK, thank you! And what's about my second question? Are there costs for manual payouts on standard connect accounts?
There's not, no: https://stripe.com/connect/pricing
OK, thank you very much for your help!