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

Last updated

Was this helpful?