About Orders

Use the Pricing Plans Orders API to manage orders for your pricing plans. The Pricing Plans Orders API provides functionality for managing pricing plan orders created in the Wix Pricing Plans app or using this Wix Pricing Plans API.

With the Orders API, you can:

  • Get and list orders.
  • Create offline orders.
  • Mark offline orders as paid.
  • Preview the pricing details of an order.
  • Pause, resume, or cancel members'orders.
  • Extend the duration of orders.

Before you begin

  • This API supports creating offline orders only. Pricing plan orders created using APIs can't be paid for using the a site's payment system.
  • The application of tax to orders is defined at the site level, and isn't accessible using the API. If Wix users need to collect tax, they must set up tax collection manually.

Use cases

Terminology

  • Order: A purchase of a subscription to a pricing plan. The order details include price, duration, and billing schedule information. Orders can be free. Orders can also be partially free using free trial days.
  • Offline order: A purchase of a subscription to a pricing plan where the payment isn't handled on a site. This type of order can be created using APIs.
  • Online order: A purchase of a subscription to a pricing plan where the payment is handled on a site. This type of order can't be created using an API.
  • Buyer: A customer, usually a member or a site visitor.
Did this help?