Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Como adicionar termos específicos do comerciante
Os termos específicos do comerciante permitem que você especifique texto e/ou um URL para os termos específicos do comerciante. O texto vai aparecer na guia de visão geral do comerciante
e no modo de reserva. Confira um exemplo do modo de reserva:
O URL será vinculado à parte de baixo do modal de criação de reserva e sempre vai usar o texto "Termos de Serviço" (esse texto não pode ser alterado).
[null,null,["Última atualização 2025-07-26 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```"]]