> 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: Sample Flows ## Article: Sample Flows ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/other-services/tips/tip-settings/sample-flows.md ## Article Content: # Tips Settings API: Sample Use Cases and Flows This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation. ## Create location-specific tip settings You could create tip settings tailored to a specific [location](https://dev.wix.com/docs/rest/business-management/locations/introduction.md). To create location-specific tip settings: 1. Call [List Locations](https://dev.wix.com/docs/rest/business-management/locations/list-locations.md) to retrieve a list of all locations associated with a site. 1. Select the location for which you want to configure specific tip settings. 1. Call [Query Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/query-tip-settings.md) and check if tip settings already exist for the chosen location. Filter the query by the relevant location ID. 1. If location-specific tip settings exist, call [Update Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/create-tip-settings.md) to make changes. If no settings exist, call [Create Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/create-tip-settings.md) to set the tip settings for that location. ## Create payment-terminal-specific tip settings You could create tip settings tailored to a specific device used for processing payments. To create payment-terminal-specific tip settings: 1. Call [Query Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/query-tip-settings.md) and check if tip settings already exist for the relevant payment terminal. Provide `paymentTerminalId` as filter. 1. If payment-terminal-specific tip settings exist, call [Update Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/create-tip-settings.md) to make changes. If no settings exist, call [Create Tip Settings](https://dev.wix.com/docs/rest/business-solutions/e-commerce/tips/tip-settings/create-tip-settings.md) to set the settings for that payment terminal.