# Transactions

## Overview

The **Transactions** module lets you manage, review, and analyze all customer transactions recorded in the loyalty program.\
Each transaction can be linked to a member, earn loyalty units (points), trigger rewards or achievements, and belong to a specific sales channel (e.g., eCommerce, POS, or mobile app).

Transactions can be:

* Imported manually or automatically from external systems.
* Created directly in the Admin Panel.
* Matched with members using loyalty identifiers (email, card number, phone, etc.).

{% hint style="info" %}
Use this section to verify if transactions were correctly matched and if points, rewards, and achievements were properly assigned.
{% endhint %}

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

***

## Learn more about

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Transaction List</strong></td><td>View, filter, and manage all recorded transactions. Check their status, values, and matching results, and access detailed records for verification.</td><td><a href="/pages/I9afoNN8F9kgzIYqs8tX">/pages/I9afoNN8F9kgzIYqs8tX</a></td></tr><tr><td><strong>Transaction Channels</strong></td><td>Create and manage transaction channels that define where transactions originate — such as eCommerce, POS, or mobile app environments.</td><td><a href="/pages/hL3gefQnFml165MUnMdj">/pages/hL3gefQnFml165MUnMdj</a></td></tr><tr><td><strong>Transaction Details</strong></td><td>Explore complete information about a single transaction, including customer details, products, earned points, rewards, and achievements.</td><td><a href="/pages/UoJUkCjpSC6Rs4FqWkGY">/pages/UoJUkCjpSC6Rs4FqWkGY</a></td></tr><tr><td><strong>Add or Import Transactions</strong></td><td>Learn how to create new transactions manually or import them in bulk. Review supported formats and mapping requirements.</td><td><a href="/pages/KfUR0OJQUrRBbtfGAc8S">/pages/KfUR0OJQUrRBbtfGAc8S</a></td></tr><tr><td><strong>Matching Transactions</strong></td><td>Understand how transactions are linked with members automatically or manually to ensure loyalty points and rewards are assigned correctly.</td><td><a href="/pages/t9GVcnOzM2bKY9lB1FwH">/pages/t9GVcnOzM2bKY9lB1FwH</a></td></tr></tbody></table>


---

# 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://help.openloyalty.io/main-features/transactions.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.
