Sample Use Cases and Flows

This article shares some possible use cases you could support, as well as a sample flow that could support each use case. This can be a helpful jumping off point as you plan your implementation.

Customize receipts with specific business and tax details to comply with local requirements

You can enable Wix users to customize the details of generated receipts with the Receipt Presets API.

  1. Call Get Default Receipt Preset to retrieve the default receipt preset.
  2. Collect the Wix user's desired changes to the receipt preset.
  3. Call Update Receipt Preset with the desired changes. All receipts created using this preset will include the desired changes.
Did this help?