This documentation explains beabee's payment system architecture and workflows.
- Architecture - System architecture and core components
- Payment Flow - Payment setup and processing
- Providers - Payment provider implementations
- Webhooks - Event handling and processing
- Implementation:
packages/core/src/providers/payment/ - Webhook handlers:
apps/webhooks/src/handlers/ - Services:
packages/core/src/services/
- Configure provider credentials in environment
- Set up webhook endpoints
- Enable required feature flags
- Configure webhook secrets
For detailed setup, see Backend README