Paddle Status: How to Check If Paddle Is Down Right Now (2026)
Updated June 2026 ยท 7 min read ยท By API Status Check
Quick Answer: Check Paddle Status Now
Paddle is a Merchant of Record (MoR) payment platform used by thousands of SaaS companies to sell software globally โ handling payments, subscriptions, VAT/sales tax, chargebacks, and compliance in one place. When Paddle experiences downtime, the impact is direct: checkout stops converting, subscription renewals may fail, and new users can't complete purchases. Understanding Paddle's status page and knowing how to diagnose issues quickly is critical for any SaaS business relying on Paddle for revenue.
Understanding Paddle's Status Page (status.paddle.com)
Paddle operates status.paddle.com โ its official status page. Each component maps to a different part of the Paddle platform, so you can identify whether your specific integration (checkout, subscriptions, webhooks) is affected.
Paddle API
The core Paddle REST API (api.paddle.com) used for managing subscriptions, products, prices, customers, and transactions programmatically. Issues here affect all server-side Paddle operations.
Checkout
The Paddle-hosted checkout overlay and checkout pages where customers complete purchases. Checkout downtime directly blocks new subscription sign-ups and one-time purchases.
Subscription Billing
Automated subscription renewal processing, dunning, and retry logic. Issues here can delay or fail scheduled subscription renewals โ check your revenue dashboard closely during incidents.
Webhooks
Real-time event notifications to your server for subscription.activated, transaction.completed, payment.failed, and other events. Webhook delays mean your app can't provision new subscribers in real time.
Seller Dashboard
The Paddle seller portal (vendors.paddle.com) for managing products, viewing transactions, and handling disputes. Dashboard issues affect manual operations but typically not automated billing.
Retain (Dunning)
Paddle's automated failed payment recovery system that retries failed payments and sends dunning emails. Issues can result in failed renewals not being retried correctly.
What Paddle Status Colors Mean
Monitor Paddle checkout and API automatically
Better Stack lets you monitor Paddle's API and checkout endpoints independently. Get Slack or SMS alerts when Paddle checkout fails or API calls start erroring โ before revenue is impacted. Free plan available.
Try Better Stack Free โ5 Ways to Check If Paddle Is Down
status.paddle.com (Official)
Paddle's own status page. Updated by their engineering team during incidents. Can lag 10โ20 minutes behind actual outages, especially for intermittent checkout failures that take time to confirm.
Check status.paddle.com โX / Twitter Real-Time Reports
Search 'Paddle down' or 'Paddle checkout not working' on X. SaaS founders and developers report payment failures in real time. Often the fastest signal for confirming a widespread Paddle outage.
Search X for 'Paddle down' โTest a Paddle API endpoint directly
Make an authenticated API call to the Paddle API. A 200 response confirms the API is operational. This tests infrastructure โ it doesn't guarantee checkout is working for end users.
curl -X GET https://api.paddle.com/products \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Check your checkout conversion metrics
If you have conversion tracking, a sudden drop in checkout completions is often the earliest signal of a Paddle issue โ before the status page is updated. Monitor checkout funnel metrics as a leading indicator.
Monitor Paddle webhook delivery
Set up independent monitoring for your Paddle webhook endpoint. A drop in webhook events (subscriptions, transactions) that doesn't match your traffic pattern can indicate Paddle webhook delivery issues before a full outage is declared.
Paddle Checkout Issues: Outage vs. Configuration Problem
Not all Paddle checkout failures are caused by Paddle infrastructure outages. Here's how to distinguish a Paddle platform outage from a local integration problem:
Paddle Classic vs. Paddle Billing: Key Differences
Paddle Classic (Legacy)
- API:
vendors.paddle.com/api/2.0 - Checkout:
checkout.paddle.com - Older seller accounts (pre-2023)
- Separate status components on status.paddle.com
- No longer accepting new merchants
Paddle Billing (Current)
- API:
api.paddle.com - Checkout:
buy.paddle.com - All new merchants since 2023
- Tracked separately on status.paddle.com
- Improved API structure and webhook events
Paddle Reliability: What the Data Shows
Paddle's core payment infrastructure is generally reliable. The most common issues are partial checkout degradation (higher latency, occasional failures) rather than full outages. Monitor checkout conversion rates as a leading indicator โ drops often appear before the Paddle status page is updated.
Get alerted when Paddle checkout goes down
Better Stack monitors Paddle independently. When checkout fails or API calls start erroring, get Slack or SMS alerts before revenue impact compounds. Set up in 2 minutes.
Try Better Stack Free โWhat to Do When Paddle Is Down
If Checkout Is Down
- Confirm the outage on status.paddle.com before communicating to users
- Add a maintenance notice to your pricing page
- Collect interested buyer emails manually as a temporary measure
- Check Paddle's Twitter/X for real-time updates during incidents
- Contact Paddle support โ enterprise customers have dedicated SLAs
If Webhooks Are Delayed
- Don't provision subscriptions solely based on webhook arrival timing
- Implement idempotency โ delayed webhooks will deliver; handle duplicates safely
- Poll the Paddle API directly to confirm subscription state for critical flows
- Check your webhook logs in the Paddle dashboard for delivery status
- Implement a fallback polling mechanism for subscription-critical features
Frequently Asked Questions
Where is the official Paddle status page?
Paddle's official status page is at status.paddle.com. It shows real-time status for the Paddle API, Checkout, Subscription Billing, Webhooks, Retain (dunning), and the seller dashboard โ separately for Paddle Classic and Paddle Billing. You can subscribe to email notifications for incidents.
If Paddle is down, will my subscribers get cancelled?
No. Subscription cancellations require explicit action โ a Paddle outage does not auto-cancel subscriptions. Renewals due during the outage are queued and typically retried once service recovers. Existing subscriber access continues during outages.
Why is Paddle checkout not loading on my site?
Paddle checkout failures are often local integration issues rather than Paddle outages. Most common causes: Content Security Policy (CSP) headers blocking Paddle scripts, ad blockers blocking checkout.paddle.com, incorrect product or price IDs, or a Paddle.js initialization error. Check your browser console for JavaScript errors before assuming a Paddle outage.
What are the best Paddle alternatives if I need a fallback?
For MoR-model payments: Lemon Squeezy (popular for indie devs), Stripe (direct payment processor โ you handle tax compliance), and FastSpring (enterprise-focused MoR). Note that switching payment processors requires migrating subscribers, so fallbacks work better as a parallel option than a complete replacement.
How do I get alerts when Paddle goes down?
Subscribe to email notifications at status.paddle.com, or use Better Stack or API Status Check Alert Pro to independently monitor Paddle API availability and checkout endpoint health. For payment-critical monitoring, also track your checkout conversion rates โ drops there often precede official Paddle status updates.
Alert Pro
14-day free trialStop checking โ get alerted instantly
Next time Paddle goes down, you'll know in under 60 seconds โ not when your users start complaining.
- Email alerts for Paddle + 9 more APIs
- $0 due today for trial
- Cancel anytime โ $9/mo after trial