Stripe Webhook Handler

To set up stripe webhook handlers for your own project,

  1. Fork this script val and the corresponding HTTP val
  2. Create a new webhook in Stripe
  3. Add your val's HTTP endpoint URL into the Stripe webhook
  4. Add your TEST_STRIPE_SECRET to your Val Town Env Variables
  5. Add your webhook's signing secret as STRIPE_WEBHOOK_SECRET to you Val Town Env Variables

Then, just fill in the handlers to handle stripe events!

Migrated from folder: stripeWebhookDemo/genericStripeAction