Is it possible to import existing customers and subsbscriptions in stripe to wix. like if i create a customer in stripe it would reflect on wix

Question:
Is it possible to import existing customers and subsbscriptions in stripe to wix. like if i create a customer in stripe it would reflect on wix

Product:
Wix Studio Editor

What are you trying to achieve:
Is it possible to import existing customers and subsbscriptions in stripe to wix. like if i create a customer in stripe it would reflect on wix

What have you already tried:
[Share resources, forum topics, articles, or tutorials you’ve already used to try and answer your question.]

Additional information:
[Include any other pertinent details or information that might be helpful for people to know when trying to answer your question.]

If you’re looking to do this via code then yes this is something you can do with Wix Headless, specifically: https://dev.wix.com/docs/rest/api-reference/members/members/create-member

Can you be more specific here please. Let’s say I have 100 customers in a standard Stripe account and they are all on existing subscriptions in Stripe. I now want to start a new Wix membership website and I need to migrate these 100 customers into Wix and make sure the payment methods from Stripe that are attached to the Customer in Stripe are set up in Wix and that the billing cycle of the subscription stays the same. I looked at your link and I think this issue requires a little more fleshing out of the solution. I think this is not possible to set up a payment method saved in a connected Stripe standard account into Wix but if it is please explain how to do that.

Yes. Here is my situation. I have a client running yoga classes. She was using a platform called to Glofox to manage bookings and subscriptions now she is want to move to wix site.
So Glofox would provide the customer details from their account. We have to add these customers to clients’ stripe accounts and create these subscriptions there(since stripe migrates only customer details not subscriptions).

Is there any way to reflect these customers and subscriptions in Wix? So that customers can continue managing the subscriptions on the Wix site.

It’s possible to connect an existing Stripe account to Wix and to continue to use Stripe as the payment provider: Connecting Stripe as a Payment Provider | Help Center | Wix.com

Beyond that, migrating existing users and their existing subscriptions would require programming in Velo and possibly Wix Headless or the REST API to set this up.