#_Giulio-checkout-application_fee
1 messages · Page 1 of 1 (latest)
Hello, application_fee_amount will be an int but it usually refers to a small currency value (For USD, amount is in cents not dollars)
What currency are you working in?
Multiple ones, depending on buyer needs
Plus I was wondering, where I could find the amount Stripe would deduction from every transaction as its own fee?
Thanks again
You can find that as fee on the balance transaction related to your charge https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee
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 one moment, I will find our currency docs. You can likely set application_fee_amount to the amount of money you want it to be, it just may look different
Thanks a lot!
Got it. Would be possible to know the fee amount prior to make the transaction?
Does the Stripe fee change in terms of % value? Isn't that always the same X%?
2.9% + $0.30 is the standard Stripe fee https://stripe.com/pricing
Not sure what specifically you have but that may likely be it.
Definitely confirm for yourself