#jasperste
1 messages · Page 1 of 1 (latest)
hi! first thing, make sure to study the diagram at https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee in detail to undestand the objects involved
in your case, what you refunded was the Charge/PaymentIntent object on the platform account, that's all.
That has zero impact on the charge the Connected account recieved.
if you want it to have an effect, that is what https://stripe.com/docs/api/refunds/object#refund_object-transfer_reversal is for
see https://stripe.com/docs/connect/destination-charges#issuing-refunds for even more details.
Ah I see. Great, that makes a lot of sense!