Test Stripe API Connection
Verify that Stripe API is working correctly in production

Enter a subscription ID to test fetching from Stripe API

What this test does:

  • Checks if STRIPE_SECRET_KEY environment variable exists
  • Shows the API key prefix (first 7 characters)
  • Attempts to fetch a subscription from Stripe
  • Returns detailed error information if it fails