DEV Community

Shib™ 🚀
Shib™ 🚀

Posted on • Originally published at apistatuscheck.com

Is PayPal Down? How to Check Status and Fix Issues

Last Updated: February 13, 2026

PayPal processes billions of dollars in transactions daily. When PayPal goes down, online purchases fail, business payments stall, and e-commerce checkout flows break. This guide helps you determine if PayPal is experiencing an outage and what to do about it.

Quick Status Check: Is PayPal Down Right Now?

  1. Check API Status Check: Visit apistatuscheck.com/api/paypal for real-time PayPal monitoring
  2. PayPal Status Page: Check paypal.statuspage.io for official status
  3. Try a Small Transaction: Send $1 to test if payments are working
  4. Check DownDetector: downdetector.com/status/paypal for user-reported issues

PayPal Services: What Can Break

Service Impact When Down
Checkout/Payments Online purchases fail
PayPal API Integrations and e-commerce platforms break
Send/Receive Money Peer-to-peer transfers fail
PayPal Business Invoicing and merchant tools down
Venmo Sometimes affected by shared infrastructure
PayPal Credit Buy-now-pay-later unavailable
Braintree Payment gateway for merchants down
Login/Authentication Can't access account
Dispute Resolution Can't file or respond to disputes

Common PayPal Errors

Error Meaning Fix
"Something went wrong" Generic server error Refresh, try again in 5 minutes
"We can't complete this payment" Transaction blocked or server issue Check card/balance, try different funding source
"Your transaction can't be completed" Risk check or capacity issue Wait, try smaller amount, contact support
"PayPal is currently unavailable" Service outage Check status page, wait
Checkout page loading forever Server degradation Try different browser, clear cookies
"We're sorry, but we can't send your payment right now" Rate limiting or outage Wait 15 minutes, retry
API Error 10001 Internal error Retry with exponential backoff
API Error 10417 Transaction cannot be processed Check request parameters, retry
HTTP 500/503 from API Server down Check status page, implement fallback

Step-by-Step Troubleshooting

Step 1: Confirm It's Not Just You

Step 2: Try Alternative Access

  • Different browser or incognito mode
  • PayPal mobile app instead of website (or vice versa)
  • Different network — try mobile data instead of Wi-Fi
  • PayPal.com directly instead of through a merchant checkout

Step 3: Check Your Account

  • Verify your account isn't limited or suspended
  • Check if your payment method (card/bank) has issues
  • Ensure your account has sufficient balance
  • Try a different funding source (different card, bank, PayPal balance)

Step 4: Clear Browser Issues

  • Clear cookies and cache for paypal.com
  • Disable browser extensions (especially ad blockers and privacy tools)
  • Try incognito/private mode
  • Update your browser to the latest version

Step 5: For Merchants and Developers

If you're integrating PayPal:

  • Check developer.paypal.com/api/rest for API documentation
  • Test API connectivity with a simple GET request
  • Verify your API credentials haven't expired
  • Check if sandbox works (sandbox outages are separate from production)
  • Implement payment fallbacks (Stripe, Square as backup)
  • Use webhooks instead of polling for transaction status

Step 6: When PayPal Is Actually Down

  • Switch to backup payment processor if you have one
  • Notify customers — add a banner to your checkout page
  • Don't retry failed transactions — they may process later, causing duplicates

Historical PayPal Outages

Notable Incidents

July 2022 — Global Transaction Failures
PayPal experienced widespread transaction failures for 4+ hours. Checkout flows on major e-commerce sites failed, and peer-to-peer payments were blocked. Estimated millions in lost sales.

October 2023 — Login and Authentication Issues
PayPal users were randomly logged out and couldn't re-authenticate for 3+ hours. Two-factor authentication was particularly affected, locking out security-conscious users.

March 2024 — API Rate Limiting Issues
PayPal's API began aggressively rate-limiting merchants, causing checkout failures even for low-volume stores. Took 12+ hours to resolve as PayPal gradually expanded capacity.

August 2024 — Braintree Gateway Outage
Braintree (PayPal's payment gateway) experienced 6+ hours of intermittent failures. Affected major apps and websites that use Braintree for credit card processing.

December 2024 — Holiday Shopping Disruption
PayPal experienced degraded performance during peak holiday shopping. Transactions took 30+ seconds to process (normally 2-3 seconds), causing cart abandonment spikes.

Outage Patterns

  • Holiday shopping peaks: Black Friday, Cyber Monday, Christmas season
  • End of month: Payment processing volume spikes
  • API changes: New API versions occasionally cause merchant integration issues
  • Regional patterns: US outages are most impactful; Europe and Asia sometimes affected independently

Frequently Asked Questions

Is PayPal down right now?

Check apistatuscheck.com/api/paypal for real-time status. Also check PayPal's official status page and DownDetector for user reports.

Why did my PayPal payment fail?

Payment failures can be caused by: PayPal service outage, insufficient funds, card declined, account limitations, or risk assessment blocks. Check the status page first. If PayPal is operational, the issue is likely account-specific.

What should merchants do during a PayPal outage?

Display a clear message to customers, offer alternative payment methods (credit card via Stripe/Square), don't repeatedly retry failed transactions (risk of duplicates).

How long do PayPal outages usually last?

Most PayPal outages resolve within 1-4 hours. API rate-limiting issues can last longer (6-12 hours). Major transaction processing outages during peak seasons are rare but can last 4-6 hours.

Does PayPal refund failed transactions?

If a transaction fails during an outage, the charge typically doesn't process. If money was deducted but the transaction shows as failed, PayPal automatically refunds within 3-5 business days. Check your transaction history for pending refunds.

Top comments (0)