#Yevheniia
1 messages · Page 1 of 1 (latest)
Why would you expect Stripe fees included in a payout? A payout is a net amount of payments minus fees.
What are you trying to do exactly?
I'm developing integration with Business Central and I need to have fees in the Payment journal as minus from Payment. For now, it is calculated by logic in the app partly and it is not fully equal to the Payout in total sum. So I need to create test data to make a test request in Postman to see how the response JSON with payments and fees that are included in the Payout looks like.
Well, AFAIK the fees aren't included in a payout. But you can get the associated fee details via Balance Transactions API: https://stripe.com/docs/api/balance_transactions
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
And you can see what Balance Transactions are included in a payout: https://stripe.com/docs/expand/use-cases#charges-in-payout
So maybe they're detailed there
ok, thanks for your help!
np