Stripe Configuration

Add Stripe Keys

TestDevelopment keys (pk_test_...)
LiveProduction keys (pk_live_...)

Current Configuration

Loading...

Getting Your Stripe API Keys

  1. 1.Log in to your Stripe Dashboard
  2. 2.Navigate to Developers → API keys
  3. 3.Toggle between Test mode and Live mode to get both sets of keys
  4. 4.Copy your Secret key and Publishable key for each mode
  5. 5.Paste them in the appropriate sections in the form above

Configuring Webhooks

  1. 1.In your Stripe Dashboard, go to Developers → Webhooks
  2. 2.Configure webhooks for both test and live modes
  3. 3.Click “Add endpoint”
  4. 4.Use the webhook URL shown in the configuration tabs above
  5. 5.Copy the webhook signing secret for each mode and paste in the form