#Xephox
1 messages · Page 1 of 1 (latest)
Unfortunately I don't have much insight in to beta processes like adding your account to there. If you ask in your email thread with our support team they may be able to give you some kind of ETA
Thanks a lot, will check with support. Do you know what the best way to migrate all data ( subs, prices, prods and customer data ) from one account to another would be?
According to our docs we can copy customer objects between Stripe accounts but can't copy the subs, prices, or products
So for the subs, prices, and products, you may just have to recreate them on the new account
Our subscriptions API has a backdate_start_date option that would probably be helpful there https://stripe.com/docs/api/subscriptions/create#create_subscription-backdate_start_date
That being said this is coming from someone who is much more familiar with our APIs than our migration capabilities. It could be worth asking our support team what other users typically do to copy those other objects earlier. If it is via the API this server can help get specifics of what those calls would look like on
Alright, thats a start, thanks!