Skip to content
fixerror.dev
payments

Stripe Errors

Stripe processes payments for millions of businesses. Its API surfaces decline reasons, webhook signatures, idempotency conflicts, and rate limits as structured error codes.

Stripe error codes split into card errors (`card_declined`, `expired_card`, `insufficient_funds`), API errors (`api_connection_error`, `idempotency_error`), webhook errors (`signature_verification_failed`), and rate limits (HTTP 429). Most production incidents trace to webhook signature drift, idempotency key reuse, or PaymentIntent state mismatches.

Authentication (2)

Billing & quota (2)

Webhooks (1)

Official docs
https://stripe.com/docs/error-codes
Status page
https://status.stripe.com/
Support
https://support.stripe.com/

Related services