#trandn - cloning payment methods
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Do you mean refunds from before you changed your integration?
Hi ๐ An account and charge has been created and processed. We then move over to stripe connect, and clone the account to stripe connect. Do we process the refund to the old stripe account or the new connect account?
The refund would be processed through the original payment before the change
So when we create the charge and are refunding an old transaction that was made from a regular stripe account, do we pass the stripeToken for the new account or the old account?
You would pass in the charge id of the original payment: https://stripe.com/docs/api/refunds/object#refund_object-charge
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Beautiful, thankyou ๐