> For the complete documentation index, see [llms.txt](https://help.openloyalty.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.openloyalty.io/main-features/members/member-list/single-member-view/wallets.md).

# Wallets

The **Wallets** tab shows a detailed overview of all units (points, cashback, etc.) that a member has earned, spent, or lost. Each wallet is displayed separately and allows you to review balances, limits, and transfers.

<figure><img src="/files/1cDShlEv8Dnbtg84e01o" alt=""><figcaption></figcaption></figure>

***

### Key Elements

* **Wallet summary**\
  For each wallet, you can see:
  * Active points
  * Pending points
  * Spent points
  * Expired points
  * Total earned points
  * Current earnings
  * Any global or member-specific limitations
* **Transfers list**\
  A detailed record of all unit transfers connected to this member. Each transfer shows:
  * Transfer ID
  * Type (*adding*, *deduction*, *expired*)
  * Status (Cancelled, Pending)
  * Value and comments
  * Dates (Created on, Registered on, Performed on, Expires on, Unlocked on, Locked until)
* **Managing transfers**\
  Individual transfers can be managed directly from this view. From the actions menu, you can:
  * **Cancel** a transfer
  * **Expire** a transfer

This allows precise control of a member’s balance in cases of errors, fraud, or program rules.

***

To find out more about the wallet module, please refer to this section of the User Guide:

{% content-ref url="/pages/-MZBsg7doWQHfFWAyYNz" %}
[Wallets](/main-features/wallets.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.openloyalty.io/main-features/members/member-list/single-member-view/wallets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
