Log in
Other

PaymentProcessingRateLimitExceededException

Magento\Checkout\Api\Exception\PaymentProcessingRateLimitExceededException

What it does

This exception is thrown when a customer attempts to process or save payment information too many times within a short period, triggering Magento's rate limiting protection.

Developers should catch this exception during checkout payment processing to display appropriate error messages and prevent payment abuse or denial-of-service attacks.