#divya.shalini.ics
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- divya.shalini.ics, 6 days ago, 34 messages
Can you share an ID of an example payment you want to refund?
Yep, that's fine
Sharing
ch_3OXLEFHdtz9jEBQS1nfWDNkm
In this charge there total amount of 188.50
Where 12.60 is application fee
And rest 175.90 is net
So my requirement is trigger refund api in my application as a universal way maybe with some flag which would initate refund without the application fee
hi! I'm taking over this thread.
Hi
this is what I see on our end: you captured $188.50 for that payment, with an ApplicationFee of $12.60.
now you want to refund the customer, but keep the ApplicationFree?
then create a Refund with amount set to $188.50 - $12.60 = $175.9. and probably refund_application_fee: false.
https://stripe.com/docs/api/refunds/create
If we are using refund_application_fee: false, still do we need to pass amount minus of it?
If we are doing a full refund without application_fee?