#GomuGomu-StripeFee
1 messages · Page 1 of 1 (latest)
Hi there, there's no API for Stripe fee calculation I'm afraid.
But you can get the Stripe fee from the balance transaction API https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
we are using cardElements
so after customer is inserting its debit cards, through that api are we able to know the amount after stripe fee?
No, you can only get the stripe fee amount after the payment is made. There's no API for you to obtain the stripe fee upfrount.
You can visit https://stripe.com/pricing#pricing-details for the fee calculation