AM
well, actually "[...] since Stripe can only send events to a real server, not localhost." is not entirely true. Using dedicated Stripe CLI you can easily listen for any stripe events and forward them to any (including localhost) address. it's simple as a single line command: stripe listen --forward-to http://localhost:4242