Describe the bug
The extensionpay.com/extension/*/subscribe endpoint is returning HTTP 500 (Internal Server Error) for all extensions. This appears to be a server-side issue affecting ExtPay globally as of May 22, 2026. The issue is NOT specific to any single extension - it impacts all extensions using ExtPay's payment infrastructure.
My Extension Details
- ExtPay Extension ID:
kalshi-market-visualizer
-
- Plan: $9.99/month subscription
-
-
- Stripe: Connected in LIVE mode
-
-
-
- Chrome Extension ID: fhaonnldjoojkjkjpmeohfkdiajkpdi
Dashboard Configuration (Verified Correct)
- Extension is registered on extensionpay.com dashboard
-
- Stripe account is connected and in LIVE mode
-
-
- Subscription plan is configured ($9.99/month)
-
-
-
- All settings are saved and confirmed
To Reproduce
- Install any extension using ExtPay
-
- Trigger
extpay.openPaymentPage() from the extension (this works correctly - the payment page opens)
-
- The browser navigates to
extensionpay.com/extension/kalshi-market-visualizer/subscribe
-
- The page returns an HTTP 500 Internal Server Error
Expected behavior
The subscribe page should load normally, displaying the payment/subscription form for users to complete their purchase.
What's Working
- ExtPay front-end integration is working correctly
-
extpay.openPaymentPage() triggers properly and opens the payment page
-
-
- The extension is correctly configured in the ExtPay dashboard
-
-
-
- Stripe is connected and in LIVE mode
What's NOT Working
- The server-side
/subscribe endpoint returns HTTP 500
-
- This affects ALL extensions, not just mine
-
-
- The issue started on May 22, 2026
-
-
-
- No changes were made on our end before the issue started
Additional context
This is a server-side/backend issue that requires intervention from the ExtPay team. The problem is on the extensionpay.com infrastructure side. All client-side integration and dashboard configuration is verified correct. Please investigate the backend service for the /extension/*/subscribe endpoint.
Thank you for looking into this - this is blocking all paid extension subscriptions globally.
Describe the bug
The
extensionpay.com/extension/*/subscribeendpoint is returning HTTP 500 (Internal Server Error) for all extensions. This appears to be a server-side issue affecting ExtPay globally as of May 22, 2026. The issue is NOT specific to any single extension - it impacts all extensions using ExtPay's payment infrastructure.My Extension Details
kalshi-market-visualizerDashboard Configuration (Verified Correct)
To Reproduce
extpay.openPaymentPage()from the extension (this works correctly - the payment page opens)extensionpay.com/extension/kalshi-market-visualizer/subscribeExpected behavior
The subscribe page should load normally, displaying the payment/subscription form for users to complete their purchase.
What's Working
extpay.openPaymentPage()triggers properly and opens the payment pageWhat's NOT Working
/subscribeendpoint returns HTTP 500Additional context
This is a server-side/backend issue that requires intervention from the ExtPay team. The problem is on the extensionpay.com infrastructure side. All client-side integration and dashboard configuration is verified correct. Please investigate the backend service for the
/extension/*/subscribeendpoint.Thank you for looking into this - this is blocking all paid extension subscriptions globally.