> For the complete documentation index, see [llms.txt](https://docs.boomerangme.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boomerangme.cards/scanner-app/scan-and-make-transactions/scanner-app-reward.md).

# Scanner app – Reward

{% embed url="<https://www.loom.com/share/f96860d463cf479f88b4a0a11afa9157>" %}
Scanner app – Reward card video tutorial
{% endembed %}

### Scanning a customer card or searching for a customer <a href="#scanning-a-customer-card-or-searching-for-a-customer" id="scanning-a-customer-card-or-searching-for-a-customer"></a>

1. Upon successful login, tap the Scan button.

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

2. This initiates the scan process by opening the camera of your mobile device. If this is the first time, the scanner app will ask you to allow permission to access your device camera.

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

You can also click on the search button and enter the customer’s information. You can search customers by Name, Phone number, Email, and Card Serial Number.

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

### Adding **bonus** points to a reward card.

After successful scanning, the bonus card will be displayed in the scanner application. Use the Enter Purchase Amount field to enter the customer's purchase amount. You can optionally add a comment for the transaction. Once added, click the Add Points button. \
\
The points will be calculated automatically (according to the rules for setting up the reward card) and added to the customer's card.\
\
Click **done** to complete the transaction.

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

### **Redeem a Reward**

If a reward is available, you can redeem it:\
\-  Tap the redeem tab. \
\-  You will see all the rewards that are available to the client. Select the reward you want to redeem. Then click the redeem reward button. \
\- Specify the cost price of this reward (if specified in the reward card settings) and Confirm the transaction (click done)

&#x20;Optionally add a comment. The app will show a **successful transaction** and the reward will be marked as used.

<figure><img src="/files/0dbsWMFIU2Zkfcw3z2uf" alt=""><figcaption></figcaption></figure>

✅ Please note: the scanner always displays the current customer card information and the customer information (the one the customer specified when installing the card).

You can find this information on the scanner screen, just below the transaction buttons. It includes customer information (for example, the information they specified when installing their card), as well as card-related data, such as the current number of points available for a reward, the date the card was installed, the date of the last accrual, etc. The exact information displayed may vary depending on the card type.

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


---

# 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://docs.boomerangme.cards/scanner-app/scan-and-make-transactions/scanner-app-reward.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.
