#hemanth_p
1 messages · Page 1 of 1 (latest)
I'm afraid this is not possible. I'd recommend checking the guide here: https://support.stripe.com/questions/copy-existing-account-data-to-a-new-stripe-account
Find help and support for Stripe. Our support site 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.
ok. thank you for confirming
No problem! Happy to help 😄
need suggestion/inputs, What are best ways to create same products, pricing tables, subscription of older stripe account in new account?
For products and subscriptions, you can retrieve their information via API with old account's secret key, and create the same via API with new account's secret key.
For pricing tables, it can only create manually via Dashboard one by one.