#fireballw360
1 messages · Page 1 of 1 (latest)
Hey there
Best thing to do here is to mock responses yourself. You can use Stripe-Mock (https://github.com/stripe/stripe-mock) to help you
Thanks for the resource! I will take a look at integrating with this. Will Stripe Mock also support firing off the checkout_session.complete webhook so our services can validate the successful subscription?
Ah no, but you could use the CLI for that with stripe trigger and use the --override and --add flags to customize those Events (see: https://stripe.com/docs/cli/trigger)
legend - thanks for the help, will take a look at these further