# Transaction Details

he **Transaction Details** page displays all information related to a single transaction.\
It combines system data, customer details, earned units, rewards, achievements, and related transactions — all in one place.

This view helps you:

* Verify if a transaction was correctly matched with a member
* Review earned points, rewards, and triggered achievements
* Check which products were included in the purchase
* Confirm data imported from external systems (e.g., POS, eCommerce)

<figure><img src="/files/g0M72gtERBjX1yfDfWEd" alt=""><figcaption></figcaption></figure>

***

### Transaction information

<figure><img src="/files/poBscGmFeaAa2HidYmsa" alt=""><figcaption></figcaption></figure>

At the top of the page, you’ll find **Transaction Details**, including:

<table><thead><tr><th width="209">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Document number</strong></td><td>Unique transaction identifier (e.g., from POS or eCommerce system).</td></tr><tr><td><strong>Document type</strong></td><td>Type of document — <em>Purchase</em> or <em>Return</em>.</td></tr><tr><td><strong>Document date</strong></td><td>Date and time of when the transaction occurred.</td></tr><tr><td><strong>Channel</strong></td><td>Source of the transaction (e.g., <em>eCommerce1</em>, <em>POS2</em>).</td></tr><tr><td><strong>Purchase place</strong></td><td>Optional field describing the physical or digital sales location.</td></tr><tr><td><strong>Transaction value</strong></td><td>Total purchase value in the tenant’s currency.</td></tr><tr><td><strong>Status</strong></td><td>Indicates if the transaction is <em>Matched</em> or <em>Not matched</em> with a member.</td></tr><tr><td><strong>Transaction system ID</strong></td><td>Internal identifier generated by OL.</td></tr><tr><td><strong>Custom attributes</strong></td><td>Any additional data imported with the transaction.</td></tr></tbody></table>

***

### Customer details

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

This section displays customer data provided by the source system.\
It can include:

* Full name
* Email address
* Phone number
* Loyalty card number
* Street, postal code, city, state, and country

{% hint style="warning" %}
💡 **Note:** If these fields are empty, the data may not have been included in the transaction payload.
{% endhint %}

***

### Matched member

<figure><img src="/files/YPeCFlP7zKCDEKBhjAFp" alt=""><figcaption></figcaption></figure>

If the transaction is successfully linked to a loyalty member, you’ll see:

| Field                            | Description                                |
| -------------------------------- | ------------------------------------------ |
| **Member name**                  | The name of the matched member.            |
| **Email / Phone / Loyalty card** | Identifiers used to match the transaction. |

{% hint style="danger" %}
If no member is found, the status will show as **Not matched**.
{% endhint %}

***

### Earned units

<figure><img src="/files/Ma0SqIL4UErcn0A08Pwb" alt=""><figcaption></figcaption></figure>

Displays the number of loyalty units (points) awarded for this transaction.

<table><thead><tr><th width="208">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Wallet name / code</strong></td><td>Name of the wallet the points were added to.</td></tr><tr><td><strong>Type</strong></td><td>Indicates if points were <em>added</em> or <em>deducted</em>.</td></tr><tr><td><strong>Value</strong></td><td>Number of units earned or deducted.</td></tr><tr><td><strong>Comment</strong></td><td>Explanation of how points were calculated, usually containing the campaign name.</td></tr></tbody></table>

***

### Products

<figure><img src="/files/NHWvEg2E50zkiSPDKP8Y" alt=""><figcaption></figcaption></figure>

Lists all purchased products, their categories, and values.

<table><thead><tr><th width="236">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Product name / SKU</strong></td><td>Product details imported from the source.</td></tr><tr><td><strong>Category / Brand</strong></td><td>Product classification and manufacturer.</td></tr><tr><td><strong>Quantity</strong></td><td>Number of units purchased.</td></tr><tr><td><strong>Product value</strong></td><td>Total value of that product line.</td></tr></tbody></table>

At the bottom, you’ll find the **Total transaction value** (sum of all products).

***

### Earned Rewards

<figure><img src="/files/Q4NQCrdpTJmykTgH20gs" alt=""><figcaption></figcaption></figure>

If a member redeemed a reward during this purchase, the reward details will be listed here.

<table><thead><tr><th width="248">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Reward name / type</strong></td><td>The name and type of reward (e.g., <em>Dynamic value coupon</em>).</td></tr><tr><td><strong>Redemption date</strong></td><td>When the reward was redeemed.</td></tr><tr><td><strong>Status</strong></td><td>Indicates current status of the reward.</td></tr><tr><td><strong>Member details</strong></td><td>The person who redeemed the reward.</td></tr></tbody></table>

***

### Triggered achievements

<figure><img src="/files/i0IhnTxE6v8TmecBMfrI" alt=""><figcaption></figcaption></figure>

If this transaction triggered any achievement (e.g., *Spend $1000 in a month*), it will appear here along with the rule name and ID.

***

### Related transactions

<figure><img src="/files/iSyrDd6PUJKrFYzMg7Hz" alt=""><figcaption></figcaption></figure>

If there are any linked documents (e.g., original purchase transaction), they are shown in this section with:

* **Document number**
* **Type** (Purchase, Refund, Correction)
* **Date**
* **Member name / email**

***

#### Next steps

➡️ Learn how to manage and configure [Transaction Channels](/main-features/transactions/channels.md).


---

# 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/transaction-details.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.
