Skip to content

Payments

Stripe

typescript
// Settings > Payments > Stripe
// Add API Keys from Stripe Dashboard

STRIPE_PUBLIC_KEY=pk_live_xxxxx
STRIPE_SECRET_KEY=sk_live_xxxxx
STRIPE_WEBHOOK_SECRET=whsec_xxxxx

Features:

  • Accept credit/debit card payments
  • Support Apple Pay, Google Pay
  • Automatic refund management
  • Payment notifications

PromptPay QR

typescript
// Enable QR Code
PAYMENT_QR_ENABLED=true
PAYMENT_QR_PROVIDER=promptpay

Released under the MIT License.