Offer fixed-price rewards donors can pick on your donation page
Perks are fixed-price rewards a supporter can choose right on your donation page. When a donor picks a perk, the donation amount locks to that perk's price, and — if you attach one — an action runs automatically after payment, like granting a Discord role.
You can reorder perks, archive one to hide it while keeping its donation history, or delete it permanently.
Perk prices are not forced to a hard-coded $5 minimum. Checkout applies the minimum configured for the donor's selected payment method to the whole cart, converting it from your account's display currency when necessary. This means a lower-priced repeatable perk can reach the minimum through its quantity, while the same Stripe and PayPal minimums still protect ordinary and perk donations.
A perk with a maximum quantity above 1 gets quantity controls on the donation page. For example, a $1 Push-up perk with a maximum of 100 can be bought as 50 × $1 in one donation. The configured maximum is enforced again at checkout, so stale or edited browser requests cannot exceed it.
Choose how different perks can share one cart:
Discord-role perks stay one per donation even when combinations are enabled, because a donation has one role-claim flow. Perks in different currencies cannot share a cart.
An action fires once a donation for the perk is confirmed:
incentiveId and incentiveTitle), so one webhook can cover several perks and you branch on your side — see One webhook, many perks. The webhook's match rules still apply here: a donation that doesn't satisfy them sends nothing and records a Skipped outcome instead, which you can read on the donation in Recent Donations. A webhook that carries rules — including perk rules — can still be picked as an action; only one that asks donors for a required input field can't, since a perk fires after payment with no form in between. You can also link a perk from the other direction, in the webhook's Used by perks list.A Discord-role perk requires the Discord integration to be connected. Role grants are tied to the payment: a refunded or reversed donation revokes the granted role.
On your donation page, donors get a Pick a perk field above the amount. Selecting a perk:
When a donor buys a Discord-role perk:
The claim link is single-use and expires after 7 days. If a donor connects the wrong Discord account, they can request the claim email again from the receipt.