Error code

STRIPE_RATE_LIMITED

Stripe rate limit

  • HTTP status429
  • Classrate_limit
  • Severitywarning
  • Retryableyes

Stripe rate limit

Stripe throttled the API call. Stripe applies per-account rate limits and recommends idempotent retry with backoff.

Common causes

  • Webhook follow-up calls during a sale spike.
  • Bulk reconciliation job not throttled.

What to do

Retry with idempotency key after 1–5s backoff. Internal client handles this automatically.

מגבלת קצב של Stripe

Stripe הגבילה את קריאת ה־API. Stripe מחילה מגבלות לפי חשבון וממליצה לנסות שוב באופן idempotent עם backoff.

סיבות נפוצות

  • קריאות המשך לוובהוקים בזמן מבצע.
  • משימת הדמייה גורפת ללא חסם קצב.

פעולה מומלצת

נסו שוב עם idempotency key לאחר backoff של 1–5 שניות. הלקוח הפנימי מטפל בזה אוטומטית.