#adamco

1 messages · Page 1 of 1 (latest)

mild pantherBOT
ruby gulch
#

If you're refunding a customer's charge, the amount should go to their payment method

#

Your code looks a bit strange though

#

Are you doing direct charges or destination charges?

hollow bough
#

When Im creating a paymentIntent I do a "transfer_data" to the connected account. I thing I use destination charges.
why my refund code is strange ?

ruby gulch
#

If you're using destination charges, you shouldn't need to pass stripe account header

#

Only reverse_transfer and the charge id on the platform

hollow bough
#

ok thx its working well ! I have another question : When my connect user do a refund, from which balance stripe take the amount , "available" or "pending" balance ?

ruby gulch