crypto-commons-gather.ing-w.../app/api
Jeff Emmett 8f59233918 feat: swap Stripe for Mollie payment integration
Replace Stripe checkout with Mollie payments API. Mollie handles
payment method selection on their hosted checkout (card, SEPA, iDEAL,
PayPal, etc). Simpler auth model — single API key, no webhook secrets.

- Rewrite /api/create-checkout-session for Mollie payment creation
- Rewrite /api/webhook for Mollie status verification flow
- Update google-sheets.ts: stripeSessionId → paymentSessionId
- Remove payment method radio buttons (Mollie shows all methods)
- Update docker-compose env vars
- Swap stripe npm package for @mollie/api-client

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 14:30:55 -08:00
..
create-checkout-session feat: swap Stripe for Mollie payment integration 2026-03-04 14:30:55 -08:00
register feat: add Google Sheets registration pipeline 2026-01-25 09:43:18 +01:00
webhook feat: swap Stripe for Mollie payment integration 2026-03-04 14:30:55 -08:00