Mobile App
Stripe Integration

Stripe Payment Integration

  1. API Keys:

    • Replace the STRIPE_SECRET and STRIPE_PUBLISHABLE keys in project/.env with your Stripe credentials.
  2. Dependencies:

    • Ensure the stripe_payment package is added to your pubspec.yaml.
  3. Code Integration:

    • Stripe payment methods are implemented in lib/services/payment_service.dart.
    • Use PaymentService().makePayment() to process payments through Stripe.