getChargeLimit( )


Important:


Wix calls this method to retrieve the initial charge limit for a paid instance of your app. This happens every time a customer is upgrading to a paid version of your app.

You can't update the charge limit after you've set an initial value. Customers can increase the limit in their site's dashboard, currently they aren't allowed to decrease it.

Method Declaration
Copy
Method Parameters
payloadGetChargeLimitEnvelope
Returns
Return Type:GetChargeLimitResponse | Promise<GetChargeLimitResponse>
Example of a `chargeLimit` return value
JavaScript
Did this help?