#idhruv-destination-charges-refund
1 messages ยท Page 1 of 1 (latest)
๐ Happy to help
What do you want to achieve?
Have you taken a look at the refund doc for destination charge? https://stripe.com/docs/connect/destination-charges#issuing-refunds
for e.g. when our customer makes the booking, we collect 10% amount using application_fee_amount and send rest of the amount to our connected account
but the question is what happens when this amount is refunded?
when customer requests refund, does stripe also take back the amount paid to connected accounts and commission?
It depends whether you set refund_application_fee in the refund request. It's false by default
Please refer to the doc I shared above for the correct integration to issue a refund for destination charges.
ok
i am going through the doc but i dont see anywhere point regarding refunding payout amount
i read about applicaton fee refund, but how to roll back the amount sent to connected account?
reverse_transfer [0] is the parameter that indicates whether the transfer should be reversed when refunding a charge.
https://stripe.com/docs/api/refunds/create#create_refund-reverse_transfer
i will try running a test on this and will confirm if it works or not. thanks
no problem! happy to help ๐