#retrosenator
1 messages · Page 1 of 1 (latest)
Hi there, so you want to display the breakdown of the fees to your customers?
exactly.. so I get paid the correct amount regardless
not just stripe but all payment methods, and I'm having hard time finding ecommerce web store that supports this
You can get it from the fee_details (https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details)) from the balance transaction object (https://stripe.com/docs/api/charges/object#charge_object-balance_transaction) of a charge object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you I will study it