2026-03-02T12:01:25Z

Create a "you're already in" interstitial page that notifies the prospective customer and gives them the option to log in or buy more seats.

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

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

Create a Web hook to monitor for asynchronous payment events.

Dorian Taylor

How are we actually processing payments?

How does the customer enter the payment flow?

I have all the infrastructure already minus the actual order processing and fulfillment.

People need to put in their email for the receipt from Stripe as well as to log in.

Self-host the videos instead.

Simple Order Form (Demo)

Use forget-passwords to authenticate customers.

Use Stripe to process payments.

What if a customer wants to buy access for somebody else? (e.g. as a gift?)

What if somebody attempts to pay who has already paid or been granted access?

What if the customer wants to use a different e-mail address to log in with than the one they used for the payment receipt?