enablePricingPlansForService( )


Adds a list of pricing plans ID (SDK | REST) to a service's payment.pricingPlanIds array.

The call doesn't validate whether the service's payment.options.pricingPlan is set to true. If it's set to false, customers aren't able to pay for their bookings using pricing plans. You can call Update Service (SDK | REST) to change a service's supported payment methods.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Manage Bookings
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
serviceIdstringRequired

ID of the service to update.


pricingPlanIdsArray<string>Required

IDs of the pricing plans (SDK | REST) to add to the service's payment.pricingPlanIds array.

Returns
Return Type:Promise<EnablePricingPlansForServiceResponse>
Errors
400Invalid Argument

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?