#adi-von-slav_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1363867478819864668
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, are you asking if you can merge Stripe Customer IDs with the data from another Customer ID migrated from another system? Or, something else?
Both customer IDs are on Stripe, it's just that with this merge we're doing one customer would technically become invalidated, but we'd need to move any subscriptions it might've had over to the other customer.
I see, no there is not a way to merge customers: https://support.stripe.com/questions/can-i-merge-multiple-customers-into-one like you imagined. You'd need to create the subscription etc and copy over the data to update one of the customer objects.
I see, then a follow up question would be if Stripe would present any problem to us actually moving a customer ID from one user to another. The new user would technically have a different email potentially and/or other identifiers (though in reality it would most often be the same actual physical person). Does this break any compliancy, like PCI or something similar?
It is possible that customers can change their names and email address right? For various reasons people change their names. I do not know what the compliance piece is, and you'd need to look inot that on your end. We won't be able to advise here.
Alright thank you for your time, you've been a big help!