Stripe Webhooks

This example shows how to receive a Stripe Webhook.

This code is triggered every time a (fake) payment is received from the Stripe payments example, and it sends email as in the email example.

Script Code