PopiiPayOptions
Popii / PopiiPayOptions
Interface: PopiiPayOptions
Section titled “Interface: PopiiPayOptions”Defined in: plugins/pay.ts:9
Properties
Section titled “Properties”patreon?
Section titled “patreon?”
optionalpatreon?:object
Defined in: plugins/pay.ts:10
webhookSecret
Section titled “webhookSecret”webhookSecret:
string
optionalport?:number
optionalpath?:string
onPledgeCreate?
Section titled “onPledgeCreate?”
optionalonPledgeCreate?: (data,client) =>void|Promise<void>
Parameters
Section titled “Parameters”any
client
Section titled “client”Returns
Section titled “Returns”void | Promise<void>
onPledgeUpdate?
Section titled “onPledgeUpdate?”
optionalonPledgeUpdate?: (data,client) =>void|Promise<void>
Parameters
Section titled “Parameters”any
client
Section titled “client”Returns
Section titled “Returns”void | Promise<void>
onPledgeDelete?
Section titled “onPledgeDelete?”
optionalonPledgeDelete?: (data,client) =>void|Promise<void>
Parameters
Section titled “Parameters”any
client
Section titled “client”Returns
Section titled “Returns”void | Promise<void>
optionalkofi?:object
Defined in: plugins/pay.ts:18
verificationToken
Section titled “verificationToken”verificationToken:
string
optionalport?:number
optionalpath?:string
onPayment?
Section titled “onPayment?”
optionalonPayment?: (data,client) =>void|Promise<void>
Parameters
Section titled “Parameters”any
client
Section titled “client”Returns
Section titled “Returns”void | Promise<void>