#tovirio-fees
1 messages · Page 1 of 1 (latest)
@wet notch does https://stripe.com/docs/expand/use-cases#stripe-fee-for-payment help? (assuming you mean the Stripe processing fee by 'commission')
i'm getting the Charge object via API and i think the commission field is application_fee_amount
but this is 0
basically I need the net amount of the Charge
but i can't find this field in the Object Charge
For example i have a Charge of 20 € and there is a 0,53 € of 'commission' so i need the final amount of 19,47 €
I can't find this number in my json Object
probably i can use direct the BalanceTransaction object
did you read the link I posted?
it describes how you can get the BalanceTransaction and read the Stripe fee, and from that you can calculate the net amount of the charge. Does it help?
but really I don't know what you mean by "commission" since it could mean a few things. A screenshot or example ch_xxx ID you're looking at would help me to understand!
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!