#Bernardo Quina - stripe fee
1 messages ยท Page 1 of 1 (latest)
Hello, yes you will want to check the successful charge on those payment intents, the charge will have a balance transaction which has the stripe fee on it 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.
So payment_intent.charges -> charge with status of succeeded -> charge.balance_transaction.fee
Ok I see! I'll do that then! Thank you ๐