Donation Limits

Donation limits control the smallest and largest amounts a visitor can donate through a Donation plan.

Overview

Donation limits control the smallest and largest amounts a visitor can donate through a Donation plan.

Requirements

  • Donation plan.
  • Minimum amount decision.
  • Optional maximum amount decision.

Steps

  1. Open the Donation plan.
  2. Set Minimum Donation Amount.
  3. Optionally set Maximum Donation Amount.
  4. Save the plan.
  5. Test amounts below, inside, and above the allowed range.

Expected Result

PayPress accepts valid donation amounts and rejects amounts outside the configured range before creating Stripe Checkout.

Important Notes

Limits protect your checkout flow from accidental or invalid amounts. Server-side validation remains authoritative, even if the page is cached or a visitor changes form values in the browser.

Troubleshooting

If a valid amount is rejected, check currency and amount formatting. If an invalid amount reaches Stripe, update PayPress and retest because validation should happen before Checkout creation.

Related Articles