# 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
