Demo mode — simulated ledgerLearn more →

Partners

Affiliate and referral program management

Partners Module

Track referrals and manage affiliate commissions

This module is scaffolded for self-implementation. The UI structure and types are ready — add your own backend logic to enable it.

Build an affiliate program with referral links, commission tracking, and payout management. Supports tiered commissions, payout thresholds, and partner dashboards.

Extension Points
  • POST /api/pay/partners — register new partner
  • GET /api/pay/partners/:id/referrals — referral history
  • POST /api/pay/partners/track — record referral attribution
  • Webhook: partner.referral, partner.commission