#michael-harvey_best-practices

1 messages ¡ Page 1 of 1 (latest)

fast pondBOT
#

👋 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/1367918716330971291

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

agile tundra
#

i have some more questions

#

if a user enrolls in our platform in the stripe dev sandbox, will this user also exist in the qa sandbox?

willow pollen
#

Are you going to use the same Webhook endpoint for all the environments?

agile tundra
#

different webhook endpoint for each environment

willow pollen
#

The top left corner account switcher will indicate which environment you're in

agile tundra
#

what about users that were enrolled in our platform before the sandboxes were created? can they be granted access too?

#

to the sandboxes?

willow pollen
#

That's a great question. Let me double check

#

I'd recommend checking with an existing user whether he/she can view a Sandbox with the role given to double check

agile tundra
#

We are a stripe platform, so users enroll into stripe through our platform

#

So we have customers who have enrolled into stripe in our test environment

willow pollen
#

Are you referring to the context of Connect? If so, then the connected accounts don't have access to the Sandbox environment

agile tundra
#

Will the stripe account of connected stripe users (created in the past) exist in the context of the new sandboxes?

willow pollen
#

They will not exist in the new Sandbox

agile tundra
#

Is using dedicated sandbox for each test environment the best way to do testing across a couple pre-prod environments?

willow pollen
agile tundra
#

is it possible to test the webhook in production using sandboxes?

willow pollen
#

Could you share what you're trying to achieve? In general, the Webhook endpoint set in Sandbox will only receive events in the Sandbox, but not from live mode account

fast pondBOT
agile tundra
#

so, our apps will need to point to the proper sandbox environment, and the stripe account will only exist in that sandbox?