#jayswebay-areahello_api

1 messages ยท Page 1 of 1 (latest)

subtle depotBOT
#

๐Ÿ‘‹ 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/1354263766476390542

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

candid skiff
#

Is there a easy way for me to convert these test mode customers into live mode customers? ๐Ÿ˜ข

mossy marsh
#

This is the public channel. Please do not share sensitive information such as personal details like email address as they are visible to everyone. I'd recommend deleting the file you shared.

candid skiff
#

I just did, thank you for the heads up and sorry for that

mossy marsh
#

Back to your question, you can retrieve the customer information from the test mode key, and use live mode key to create the same information in live mode

candid skiff
#

I can get the customer objects for each of these customers using stripe customer list with the customer ids
then I know I can use stripe customer create on livemode,

But how do i ensure that all the customer information is identically passed onto the livemode when they are created?

#

For example if they had any payment method attached, subscription active, etc.

#

If it helps, I am running a python script for all these!

mossy marsh
#

Unfortunately, Stripe doesn't support copying most of the objects such as the payment method or subscription from test mode to live mode. The only way is to ask the customer to come back to complete the same flow in live mode again.

candid skiff
#

Given the volume of the customers, I don't think that's ideal user experience. What is the way to pass on as much information as possible?

Am i able to use the exact response from stripe customer retrieve in stripe customer create?

mossy marsh
#

From the API perspective, copying the data like this is not supported. It's also not possible to access test mode information from live mode key.

I'd recommend checking with Stripe Support https://support.stripe.com/contact if there is any other workaround. If there isn't, I'm afraid you will have to ask customers to come back to complete the flow again.

candid skiff
#

Thank you!

mossy marsh
#

No problem! Happy to help ๐Ÿ˜„

candid skiff
#

Is there a discord for the generic stripe support as well? or just for developers only?

mossy marsh
#

This discord server is only for developers and technical integration questions ๐Ÿ™‚