Stripe Integration Setup

Configure your BJJ Training Tracker for production payments

Integration Status
Not Configured
Initialize Products

Create Stripe products and pricing for your BJJ Training Tracker Pro subscription.

Customer Lookup

Check customer subscription status and payment history.

Stripe Dashboard Setup

Complete these steps in your Stripe Dashboard:

  1. Tax Settings: Enable Stripe Tax in Settings → Tax
  2. Webhooks: Add webhook endpoint: https://your-domain.com/webhook
  3. Required Events:
    • checkout.session.completed
    • customer.subscription.deleted
    • invoice.payment_failed
  4. API Keys: Ensure STRIPE_SECRET_KEY is set in environment