#smartkiparis
1 messages · Page 1 of 1 (latest)
Yeah mocking the stripe api calls is the way to go. We generally recommend against calling the stripe api (even in test mode) for automated testing flows
Do you have any useful docs to read regarding proper way to mock stripe api calls?
This is also an option: https://github.com/stripe/stripe-mock
Above might be better for your usecase
We have this doc: https://stripe.com/docs/automated-testing
Official docs say that you should generate Stripe Responses manually. But how?
I guess this example is about using test keys to generate objects