#serdar_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/1379884562141941802
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you share what you mean by that exactly?
Yes, so currently stripe provides https://github.com/stripe/stripe-mock
But this mock is stateless. There are some third party stateful mocks of stripe APIs, but they're very limited. Some of our customers who use Stripe are really interested in having sateful mocks like this (as opposed to the Stripe test environments) which can run locally, similar to how localstack helps provide AWS services locally for testing purposes (https://www.localstack.cloud/)
stripe-mock is a mock HTTP server that responds like the real Stripe API. It can be used instead of Stripe's testmode to make test suites integrating with Stripe faster and less brittle. - ...
I am wondering if Stripe has any plans now or in the future, for providing such services
I'm not aware of any plant but I will share your feedback with the team.
Thank you - I'd appreciate any insight from folks who contributed on the stripe-mock project, or who work on the Stripe test environments as they would probably know the most about this
Yeap, shared your feedback. Thank you