Stay organized with collections
Save and categorize content based on your preferences.
How to add merchant specific terms
Merchant specific terms allow you to specify text and/or a url for the
merchant’s specific terms. The text will be shown in the merchant's overview
tab as well as in the booking modal. An example of the booking modal can be
seen here:
The url will be linked to from the bottom of the create booking modal and
will always use the text Terms of Service (this text can not be changed).
[null,null,["Last updated 2025-05-20 UTC."],[[["\u003cp\u003eMerchant specific terms allow you to display custom text and link to your Terms of Service in the merchant overview and booking modal.\u003c/p\u003e\n"],["\u003cp\u003eYou can add these terms by specifying the \u003ccode\u003emerchant.terms.text\u003c/code\u003e and/or the \u003ccode\u003emerchant.terms.url\u003c/code\u003e fields in your merchant feed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emerchant.terms.text\u003c/code\u003e displays your custom message, while \u003ccode\u003emerchant.terms.url\u003c/code\u003e links to your Terms of Service, labeled as "Terms of Service".\u003c/p\u003e\n"]]],["Merchants can add specific terms by using the `merchant.terms.text` and `merchant.terms.url` fields. The text will display in the merchant's overview and booking modal. The URL, linked as \"Terms of Service,\" will be at the bottom of the booking modal. This JSON example shows how to define both fields, including a sample URL and text. The terms of service text is fixed and not configurable.\n"],null,["# Add Merchant-Specific Terms\n\nHow to add merchant specific terms\n----------------------------------\n\nMerchant specific terms allow you to specify text and/or a url for the\nmerchant's specific terms. The text will be shown in the merchant's overview\ntab as well as in the booking modal. An example of the booking modal can be\nseen here:\n\nThe url will be linked to from the bottom of the create booking modal and\nwill always use the text Terms of Service (this text can not be changed).\n\nThese features can be added by specifying the\n[`merchant.terms.text`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) and/or the\n[`merchant.terms.url`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) fields. \n\n### JSON\n\n```json\n \"merchant\": [\n {\n \"terms\": {\n \"url\": \"https://www.google.com\",\n \"text\": \"This is a note from the merchant\"\n }\n }\n ]\n \n```"]]