#ronnysteelman_webhooks
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/1347294713987731587
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello, unfortunately it isn't possible to resend events to an endpoint that wasn't sent them previously. You can try the --webhook-endpoint flag with our resend command but I think we error on that
https://docs.stripe.com/cli/events/resend#events_resend-webhook-endpoint
Thank you - What is the recommended solution for managing multiple dev environments/databases?
In what way? We don't have many specific recommendations on managing your own DBs here. If you are talking about downloading all customers, prices, etc, I would say using the API list calls for each of those resources
Namely, we have a team of developers that either need to rebuild their databases and it should have all of our configured objects populate in...or new devs who set up a new database and need to push all of our objects...
It sounds like i need to create a "build" script that uses the API, instead of Webhooks, to initially populate a database with historical Stripe object data
Yeah that or find a way to copy your DB data between machines.
Also knowing this context, the other limitation with events is that they are only retained for 30 days, so you wouldn't be able to catch them up on anything older than that.