2026-03-02T03:28:44Z

2026-03-02T03:30:00.000Z

Create a minimal infrastructure to handle one-off payments and add people to an authorization list.

Create a post-checkout interface for the customer to either select themselves or somebody else.

Create a resource that serves as a redirect target back from Stripe that confirms the payment and enrolls the customer.

Dorian Taylor

How do we detect the payment?

Make the payment success redirect target page have $QUANTITY slots, the first of which is auto-filled with the customer's email address.

Simple Order Form (Demo)

What happens if the redirect back from Stripe is disrupted?

What if we miss the Web hook event?

Why would we also need a Web hook if we were already checking payment status?