onAppInstancePaidPlanPurchased( )


Notes:

Triggered when a Wix user purchases a paid plan for your app.

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: AppInstancePaidPlanPurchasedEnvelope): void | Promise<void>

Did this help?