Log in
Model

CaptchaPaymentSavingRateLimiter

Magento\Checkout\Model\CaptchaPaymentSavingRateLimiter

What it does

This class implements rate limiting for payment and billing/shipping information saving during checkout using CAPTCHA verification.

Developers would use this to prevent abuse and automated attacks on the payment saving endpoint by requiring CAPTCHA validation when rate limits are exceeded.

It wraps the generic CaptchaRateLimiter specifically for the 'payment_saving_request' form.

Public Methods

  • limit()