{"componentChunkName":"component---src-templates-simple-markdown-js","path":"/api/catalog/activities/cutoff-and-confirmation-times/","matchPath":"","result":{"data":{"markdownRemark":{"html":"<h1 style=\"position:relative;\"><a href=\"#cutoff-and-confirmation-times\" aria-label=\"cutoff and confirmation times permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"cutoff-and-confirmation-times\"></div>Cutoff and confirmation times</h1>\n<p>Whenever possible, Musement strives to offer activities with same-day availability and instant confirmation. However, activity providers may need more time to process a booking request.</p>\n<p>The <code class=\"language-text\">/activities/{activityUuid}</code> endpoint contains two properties which affect an activity's availability and whether it can provide instant confirmation:</p>\n<ul>\n<li>\n<code class=\"language-text\">cutoff_time</code>\n</li>\n<li>\n<code class=\"language-text\">max_confirmation_time</code>\n</li>\n</ul>\n<h2 style=\"position:relative;\"><a href=\"#cutoff_time\" aria-label=\"cutoff_time permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"cutoff_time\"></div><code class=\"language-text\">cutoff_time</code></h2>\n<p>The <code class=\"language-text\">cutoff_time</code> property is a time range where the activity will always be unavailable. Dates that fall within the time range do not appear in the <code class=\"language-text\">/activities/{activityUuid}/dates</code> endpoint.</p>\n<p>In the example response below, no dates are available for the next seven days:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"74768088354624700000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{\n\t[...]\n\t&quot;max_confirmation_time&quot;: &quot;P0D&quot;,\n\t&quot;cutoff_time&quot;: &quot;P7D&quot;,\n\t[...]\n}`, `74768088354624700000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-74768088354624700000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">{</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t<span class=\"token property\">\"max_confirmation_time\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"P0D\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"cutoff_time\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"P7D\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n      </div>\n<p>A value of <code class=\"language-text\">P0D</code> means there is no cutoff time and the activity can provide same-day bookings, provided there is still availability.</p>\n<h2 style=\"position:relative;\"><a href=\"#max_confirmation_time\" aria-label=\"max_confirmation_time permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a><div class=\"hidden-anchor\" id=\"max_confirmation_time\"></div><code class=\"language-text\">max_confirmation_time</code></h2>\n<p>The <code class=\"language-text\">max_confirmation_time</code> is used for activities which do not offer instant confirmation. It indicates the maximum amount of time an activity provider needs to process a booking request. During this period, a booking is not considered confirmed. Depending on the activity and the provider, the request might be accepted or rejected.</p>\n<p>In the example response below, the provider needs two days to review a booking request:</p>\n<div class=\"code-wrapper\">\n        <div class=\"gatsby-code-button-container\"\n             data-toaster-id=\"52577783563851325000\"\n             data-toaster-duration=\"1500\"\n             onClick=\"copyCodeToClipboard(`{\n\t[...]\n\t&quot;max_confirmation_time&quot;: &quot;P2D&quot;,\n\t&quot;cutoff_time&quot;: &quot;P4D&quot;,\n\t[...]\n}`, `52577783563851325000`)\"\n        >\n          <div class=\"gatsby-code-button\" title=\"Copy the code snippet\">Copy</div>\n          <div class=\"done-indicator done-indicator-52577783563851325000\">Copied</div>\n        </div>\n        <div class=\"gatsby-highlight\" data-language=\"json\"><pre class=\"language-json\"><code class=\"language-json\"><span class=\"token punctuation\">{</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n\t<span class=\"token property\">\"max_confirmation_time\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"P2D\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token property\">\"cutoff_time\"</span><span class=\"token operator\">:</span> <span class=\"token string\">\"P4D\"</span><span class=\"token punctuation\">,</span>\n\t<span class=\"token punctuation\">[</span>...<span class=\"token punctuation\">]</span>\n<span class=\"token punctuation\">}</span></code></pre></div>\n      </div>\n<p>The <code class=\"language-text\">max_confirmation_time</code> will always be less than or equal to the <code class=\"language-text\">cutoff_time</code>.</p>","headings":[{"value":"Cutoff and confirmation times","depth":1},{"value":"<code class=\"language-text\">cutoff_time</code>","depth":2},{"value":"<code class=\"language-text\">max_confirmation_time</code>","depth":2}]},"contentItem":{"data":{"lastModified":"2025-12-18T16:31:42.000Z","enableToc":null,"disableLastModified":null,"tocMaxDepth":null,"requestLogin":false}},"siteConfig":{"enableToc":false,"disableLastModified":false,"tocMaxDepth":4}},"pageContext":{"matchPath":"","id":"e423e8d5-3f5a-5b03-ada2-7667fea961ab__redocly content/api/catalog/activities/cutoff-and-confirmation-times/","seo":{"title":"Cutoff and confirmation times","description":"Understand the difference between an activity's cutoff time and confirmation time in the Musement API.","image":"","keywords":null,"jsonLd":null,"lang":null,"siteUrl":null},"pageId":"api/catalog/activities/cutoff-and-confirmation-times.md","pageBaseUrl":"/api/catalog/activities/cutoff-and-confirmation-times","type":"markdown","toc":{"enable":true,"maxDepth":4,"headings":[{"depth":1,"value":"Cutoff and confirmation times","id":"cutoff-and-confirmation-times"},{"depth":2,"value":"<code class=\"language-text\">cutoff_time</code>","id":"cutoff_time"},{"depth":2,"value":"<code class=\"language-text\">max_confirmation_time</code>","id":"max_confirmation_time"}]},"data":{"title":"","redirectFrom":["/guide/activities/cutoff-and-confirmation-times/","/api/partner/catalog/activities/cutoff-and-confirmation-times/"],"seo":{"description":"Understand the difference between an activity's cutoff time and confirmation time in the Musement API."}},"catalogInfo":null,"link":"/api/catalog/activities/cutoff-and-confirmation-times/","sidebarName":"__alternative-sidebar__-data-24763-api-sidebars.yaml","isLanding":false,"showPrevButton":null,"showNextButton":null,"apiVersions":null,"apiVersionId":null,"isDefaultApiVersion":null}},"staticQueryHashes":["1123603147","1302185487","1344209882","1398840060","1520077861","1975142765","2667623876","2950305614","3240152602","3743992808","561138138"]}