#D365 Developer
1 messages · Page 1 of 1 (latest)
Hi there
Have you read through https://stripe.com/docs/connect/authentication ?
That doc explains how to make requests on your Connected Accounts.
Give it a read and let me know if you are still confused!
Yes i have gone through it, but i am not able find the refund request. I find only create, retrieve and update.
https://stripe.com/docs/api/refunds/create is the API endpoint
yes i have tried it, when i use this request it is debiting from platform account. But i need to debit from connected account balance.
Are you trying to refund a destination charge?
Can you share an example PaymentIntent ID that you are trying to refund?
Okay so with a Destination charge you refund via your platform but you want to reverse the transfer as well: https://stripe.com/docs/api/refunds/create#create_refund-reverse_transfer
That will "refund" the Connected Account payment back to your platform balance
Sorry i didn't got this. What parameters i need to pass for this request?
You need to pass reverse_transfer: true
Okay thanks let me check.