2026-03-02T12:01:25Z
Create a minimal infrastructure to handle one-off payments and add people to an authorization list.
Create a Web hook to monitor for asynchronous payment events.
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.
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?