#Att89-payout-reconciliation

1 messages · Page 1 of 1 (latest)

dire karma
#

Hey. amount_capturable is only relevant for the auth/capture payment flow. Are you utilising that?

dusty escarp
#

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.

dire karma
#

Yep, you'd need to look at the Balance Transaction object

dusty escarp
#

OK, thank you! And what's about my second question? Are there costs for manual payouts on standard connect accounts?

dire karma
dusty escarp
#

OK, thank you very much for your help!