Stripe Subscriptions module configuration

Environment variables can be configured in your operating system. They hold pieces of information that live outside of your code, like database connection strings. Configuring or defining environment variables depends on your operating system: Linux, macOS, Windows server & desktop.

  • MAXIMUM_STRIPE_RETRIES DEFAULT unsetEXAMPLE 2
  • OVERDUE_INVOICE_THRESHOLD DEFAULT 1EXAMPLE 6
  • REQUIRE_PAYMENT DEFAULT unsetEXAMPLE true
  • REQUIRE_PAYMENT_CONFIRMATION DEFAULT unsetEXAMPLE true
  • REQUIRE_SUBSCRIPTION DEFAULT unsetEXAMPLE true
  • START_SUBSCRIPTION_PATH DEFAULT /account/subscriptions/start-subscriptionEXAMPLE /start-subscription
  • STRIPE_JS DEFAULT unsetEXAMPLE 3
  • STRIPE_KEY DEFAULT unsetEXAMPLE sk_test_xxx
  • STRIPE_PUBLISHABLE_KEY DEFAULT unsetEXAMPLE pk_test_xxx
  • SUBSCRIPTION_WEBHOOK_ENDPOINT_SECRET DEFAULT unsetEXAMPLE wh_sec_xxx