crypto-commons-gather.ing-w.../lib
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
..
email.ts feat: add confirmation emails and Listmonk newsletter sync 2026-03-01 11:23:21 -08:00
google-sheets.ts feat: swap Stripe for Mollie payment integration 2026-03-04 14:30:55 -08:00
listmonk.ts feat: add confirmation emails and Listmonk newsletter sync 2026-03-01 11:23:21 -08:00
utils.ts Initialized repository for chat Crypto commons gathering 2025-12-02 07:52:37 +00:00