# CHECKOUT\_WITH\_TOKEN\_ALLOW\_ANONYMOUS

**Type**: `boolean`\
**Default**: `false`\
**Description**: Controls whether anonymous users can use token-based checkout URLs.

* When `true`: Anonymous (guest) users can access checkout via token URLs
* When `false`: Only authenticated users can use token-based checkout
* Token-based checkout URLs (`checkout_url`, `status_url`) are always generated in `PaymentOptionSelectionPage`
* These URLs are used for external payment flows that require redirect-based authentication

**Used in**: `CheckoutWithTokenService` to validate anonymous access to token-based checkout


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.akinon.com/commerce-openapis/checkout/dynamic-settings/checkout_with_token_allow_anonymous.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
