Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 810 Bytes

File metadata and controls

23 lines (18 loc) · 810 Bytes

Payment System Documentation

Overview

This documentation explains beabee's payment system architecture and workflows.

Contents

  1. Architecture - System architecture and core components
  2. Payment Flow - Payment setup and processing
  3. Providers - Payment provider implementations
  4. Webhooks - Event handling and processing

Quick Links

  • Implementation: packages/core/src/providers/payment/
  • Webhook handlers: apps/webhooks/src/handlers/
  • Services: packages/core/src/services/

Development Setup

  1. Configure provider credentials in environment
  2. Set up webhook endpoints
  3. Enable required feature flags
  4. Configure webhook secrets

For detailed setup, see Backend README