This pricing model is in early development. Apps can have only one usage-based plan and no other plans. To add a usage-based plan to your app, submit a request.
Usage-based pricing lets you charge users on a recurring, monthly basis for their usage in your app – e.g., a user sends 100 SMS marketing messages in a month.
You can choose to charge a flat monthly base fee as well as a per item charge with this model.
At the end of the billing cycle, Wix makes a service plugin call to request the usage-based charges, and charges the user accordingly.
You define a usage cap with the Get Charge Limit endpoint that Wix calls when a user chooses to upgrade the app plan. This can be increased later on by the user, once they’ve purchased a plan.
Wix doesn't notify users when a usage cap hits the limit – it's your app's responsibility to let them know.
Read more about implementing the Custom Charges Service Plugin.
Notes:
{}
. For example, if you charge based on SMS usage, enter {0.5} per SMS
so it appears as “$0.5 per SMS” in the app listing. This allows the amount to be automatically converted to other currencies.