#Bhaal22-destination-refund
1 messages · Page 1 of 1 (latest)
Hi 👋 pasting additional context:
when my system has payment_intent (pi_xxxx) and a pm_yyy attached to it and payment is done, a py_wwwww is created on corresponding connected account. if I want to kick off a refund, those 2 objects (pi_xxxx and py_wwww) are not linked. a refund can be done on both of them. what should be done?
hi toby
To handle that, you'll want to use the reverse_transfer parameter when refunding the Payment Intent on your Platform account.
https://stripe.com/docs/api/terminal/readers/refund_payment#refund_payment-reverse_transfer
That is talked about in a bit more detail here:
https://stripe.com/docs/connect/destination-charges#issuing-refunds
Bhaal22-destination-refund
im not using any payment terminal
Sorry, I'm not sure I'm grasping what you're trying to convey.
i have a web integration, integration Stripe Connect (custom)
we have at the moment 100+ point of sales (web sites)
and from my backoffice I wanted to implement the refund feature
i missed this param for sure : reverse_transfer: true,
so I create a refund using the reverse_transfer on the payment intent object
Yup