worldplay-website/api
Jeff Emmett dc95bf4819
CI/CD / deploy (push) Failing after 1m12s Details
feat: add Mollie payment pipeline with two-step registration flow
Convert single-step registration into a two-step flow:
- Step 1: Registration info → saves to JSON + Google Sheet with awaiting_payment status
- Step 2: Accommodation selection + price summary → creates Mollie checkout → redirects

On payment completion, Mollie webhook updates status, assigns bed on booking sheet,
sends confirmation email, and adds to Listmonk.

New files: api/booking-sheet.js, payment-success.html
New routes: /api/create-checkout-session, /api/mollie/webhook, /api/payment-status

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 14:36:40 -04:00
..
booking-sheet.js feat: add Mollie payment pipeline with two-step registration flow 2026-04-10 14:36:40 -04:00