Skip to main content
Corvus Connection

On Charge

PatreonTrigger
entry.onChargeFires when a patron monthly charge clears (a paid charge). Binds the patron name (empty for anonymous patrons), entitled cents, currency, and when the charge cleared. Declined or pending charges do not fire.Triggers on a cleared Patreon charge; binds displayName / cents / currency / chargedAt.
MonetizationAlerts

Outputs

Name
Kind
Type
Flags
outExecexecNone
displayNameDataSystem.Stringmultiplexed
centsDataSystem.Int32multiplexed
currencyDataSystem.Stringmultiplexed
chargedAtDataSystem.DateTimemultiplexed

Bindings

Name
Type
Description
displayNameSystem.StringThe patron display name, or empty for an anonymous patron.
centsSystem.Int32The entitled pledge amount in cents.
currencySystem.StringThe ISO currency code of the campaign.
chargedAtSystem.DateTimeWhen the charge cleared (UTC).

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnCharge] Handle(ctx, ChargeContext e)