This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Pauses a pricing plan order.
The pauseOrder()
function returns a Promise that resolves when the order is successfully paused.
For orders with recurring payments, pauseOrder()
also pauses the payment schedule. Buyers are not charged when an order is paused. Use pauseOrder()
, for example, if the buyer is away and would like to put their pricing plan membership on hold until they return. Pausing an order affects the end date of the order by adding the time the order is paused to the endDate
. You can only pause orders with an "ACTIVE
" status.
Pausing an order causes the following changes:
"PAUSED"
.pausePeriods
array is updated.The endDate
and the earliestEndDate
for the order are adjusted to include the pause period when the order is resumed.
Paused orders can be continued with the resumeOrder()
function.
You can only call this method when authenticated as a Wix app or Wix user identity.
Order ID.