> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/get-paid/receipts/receipt-presets/introduction.md ## Article Content: # About the Receipt Presets API Receipt presets are customizable receipt configurations that Wix users can use to adjust the information, design, and branding of their receipts to align with their business needs. The Receipt Presets API enables you to: - Manage a site's receipt configurations, including which business, customer and custom details to display. - Define whether to display line item descriptions and taxes charged. ## Default receipt preset Each site supports multiple receipt presets. One preset should be designated as the default, which will automatically apply whenever receipts are created without specifying a particular preset. ## Use cases - [Customize receipts to comply with local requirements](https://dev.wix.com/docs/rest/business-management/get-paid/receipts/receipt-presets/sample-flows.md#customize-receipts-with-specific-business-and-tax-details-to-comply-with-local-requirements) ## Before you begin - Receipt layouts can't be managed with this API. Receipt layouts can only be managed from the site dashboard under **Settings** > **Receipt Settings**. ## Terminology - **Receipt**: A static document that serves as proof of payment for a completed transaction. - **Receipt preset**: A collection of receipt configurations defining the receipt's appearance, behavior, and custom fields. Presets can be used for different business scenarios, for example, multiple locations or domains within the same business. @sdk_package_setup