#riomica
1 messages · Page 1 of 1 (latest)
No
you need to create new customers.
You can keep track of the mapping between live/test mode customers in your own database or using metadata.
I exported the customers from my test mode, can I use this: https://stripe.com/docs/api/customers to create the customers in live mode, and then keep track in my own database? I want to make sure users don't need to do anything
yes that's the option.
Okay, I will do that, thank you. Only one more question. If I add a customer on live mode and reference the card_id he already created, will that work?
if it was created in test mode, no.
Live mode object and test mode object are completly different.
So there is no way for me to fully recreate the user in live mode? Even if I add users by myself, they will still have to add cards again?
Yes.
That's a bummer. Thank you for all your help!