#Ian Kaplan
1 messages · Page 1 of 1 (latest)
Hi 👋 if your integration uses Payment Methods, then you'll want to use this process to copy those to your Connected Account(s).
https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
ok got it
we have some legacy paths that still create charges on sources
the above article i mentioned applies to those correct?
I think this flow is a better fit for Sources:
https://stripe.com/docs/sources/connect#cloning-card-sources
ok what about cloning the customer itself
our customers are stored in the platform account
There is not a prebuilt method for that. If you want to copy all data from the Customer object to another account then you'll need to retrieve your existing Customer, read the data from it, and then use that to create a new Customer on the desired account.
ok
that makes sense
i was just confused by step 2 here
that tokens.create with just a customer doesnt works for me even when a payment method or source seems to be attatched
Can definitely understand how that would be confusing, and sorry, but I don't recall off-hand when you would use the token approach over the other two.
ok