#Bhaal22-destination-refund

1 messages · Page 1 of 1 (latest)

indigo oarBOT
verbal field
#

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?

unborn bolt
#

hi toby

verbal field
#

Bhaal22-destination-refund

unborn bolt
#

im not using any payment terminal

verbal field
#

Sorry, I'm not sure I'm grasping what you're trying to convey.

unborn bolt
#

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

verbal field
#

Yup

unborn bolt
#

good tks !

#

will give a try then