#avatar_hzh
1 messages · Page 1 of 1 (latest)
we don't actually support an exact copy in most cases.
Using subscriptions as an example, what you would need to do is to create a new subscription and reimplement the subscription logic - https://support.stripe.com/questions/recreate-subscriptions-and-plans-after-moving-customer-data-to-a-new-stripe-account
For PaymentMethods that cannot be migrated, you're going to need to bring the customer back on-session to collect their payment details again.
You cannot copy Events and Logs to a different account.
With regards to connected accounts - what type of connected account are you using (Standard/Express/Custom)?
Hi, thanks for that. The sticking point I had was on PaymentMethods specifically and it's nice that you cleared this up for me.
I need to step away so I’m going to archive this thread. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
👋 hello lets continue here @lime bloom
sure
from main:
is it possible to copy over SEPA sources from one account to another account via the API?
yea I was wondering if it's possible
No, this is not supported
so with direct debit cards just like the payment methods we'll have to get the details from the customers again right?
There is some support for cloning/sharing card-based payment method within a Connect platform to connected account, but for other payment method you'll need to create it on the account where you intend to use it
ok thanks for the clarification