# LOYALTY\_MONEY\_ENABLED

**Type**: `boolean` **Default**: `false` **Description**: Master switch for the loyalty money payment feature.

* When `true`: The loyalty money payment option is available and `LoyaltyMoneyUsagePage` is included in the checkout flow
* When `false`: Loyalty money payment is completely disabled; both `LoyaltyMoneyPage` and `LoyaltyMoneyUsagePage` are excluded from the checkout flow

**Used in**: `LoyaltyMoneyPage` and `LoyaltyMoneyUsagePage` precondition checks


---

# 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/loyalty_money_enabled.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.
