#Devik
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
- You can find the Stripe fee on
Charge.balance_transaction.fee: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee
- If the PaymentIntent was in the
succeededstate it will be refunded, and not cancelled, so Stripe keeps the fee.
- You will have to issue the refund to see if any extra fees applied depending on the payment method.
- And where can I find the fee amount after the fact?
Let me check
This rarely happens so I don't know for sure, but you can try checking the balance_transaction of the Refund object: https://stripe.com/docs/api/refunds/object#refund_object-balance_transaction