Personal Trainer Payment System (Stripe Connect Simulation)

Important Note:

This is a **frontend simulation** of a Stripe Connect system. **A real Stripe Connect integration fundamentally requires a secure backend server** to handle sensitive API keys, orchestrate OAuth redirects, create PaymentIntents, manage subscriptions, and process webhooks securely. All Stripe API calls are conceptual and simulated here.

Trainer Management

Current Trainers:

  • Alice Smith (Level 1)Stripe Account ID: acct_mock_l1_001
  • Bob Johnson (Level 2)Stripe Account ID: acct_mock_l2_001
  • Charlie Brown (Level 3)Stripe Account ID: acct_mock_l3_001

Add New Trainer (Simulated Connect):

Product Catalog

These are the mock products available. In a full system, you would have dedicated forms to add or edit these.

  • Weekly Program (1x session) (Weekly Subscription)$100.00
  • Weekly Program (2x sessions) (Weekly Subscription)$180.00
  • Weekly Program (3x sessions) (Weekly Subscription)$250.00
  • 6-Week Upfront Block (Upfront Block)$550.00
  • 8-Week Upfront Block (Upfront Block)$720.00
  • 12-Week Upfront Block (Upfront Block)$1050.00

Simulate a Payment Transaction