# CUSTOMER\_LOYALTY\_CARD\_SERVICE

**Type**: `object` **Default**: `{"klass": "omnishop.loyaltycard.service.DefaultLoyaltyCardService"}` **Description**: Configures the service implementation used to retrieve available loyalty card points and the optional minimum basket amount for redemption.

* `klass`: Service class path that implements point balance retrieval and the optional `minimum_basket_amount_for_redeem` property
* When `minimum_basket_amount_for_redeem` is implemented by the service, the basket total must meet or exceed this threshold before any loyalty points can be redeemed

**Used in**: `LoyaltyCardPage` context generation and input validation


---

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