> 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-solutions/events/event-management/events-settings/introduction.md ## Article Content: # About the Events Settings API The Events Settings API allows you to configure and read global event settings for sites. The settings include information about the service fees, payment settings, premium features and so on. You can use this API to display appropriate UI elements in a custom checkout. For example, based on the Wix Events & Tickets app settings you could add available payment methods or gift card redeem options. With the Events Settings API, you can: - Read the current Wix Events & Tickets app settings. - Enable or disable the [delayed payment capture](https://support.wix.com/en/article/wix-events-authorizing-payments-and-capturing-funds-later). ## Before you begin It's important to note the following points before starting to code: - A Wix user must install the [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) app. - The API provides most settings as read-only. You can only update specific payment-related settings directly through the API. ## Use cases [Handle premium feature upgrades](https://dev.wix.com/docs/api-reference/business-solutions/events/event-management/events-settings/sample-flows.md) ## Terminology - **Premium Features**: Advanced capabilities like paid ticket sales that require premium site subscriptions. Examples include `SELL_TICKETS`, `INCLUDE_URL_IN_EMAIL`, and `HIDE_FOOTER_IN_EMAIL`. - **Payment Settings**: Available payment methods, coupon acceptance, and delayed capture configuration. These settings control the checkout experience for ticket purchases. - **Site Settings**: User-configurable preferences like page paths and initial setup completion status. - **Delayed Payment Capture**: Feature that authorizes payments at purchase time but captures (charges) them later. - **Service Fee Settings**: Configuration for Wix service fees applied to paid ticket sales. Fee application varies based on site creation date and agreement status. @sdk_package_setup