Stripe Connection Test
Verify your Stripe API configuration is working correctly
Run Diagnostics
Click the button below to test your Stripe connection. This will verify:
- STRIPE_SECRET_KEY environment variable is set
- Key format is valid (starts with sk_test_ or sk_live_)
- Stripe SDK can be initialized
- API key is valid and can make requests
Test Mode vs Live Mode
Test Mode (Recommended)
Key starts with: sk_test_
Use for development and testing. No real money is charged.
Live Mode
Key starts with: sk_live_
Use for production. Real money is charged.
Where to Find Your Key
Step 1: Go to Stripe Dashboard
Step 2: Toggle "Test Mode" on (top right)
Step 3: Copy the "Secret key"
Step 4: Add to Base44 Settings → Secrets
