# How do I customise Terminal settings?

Oddle Terminal has a few settings you can configure — including your statement descriptor (the name that appears on your customers’ bank statements) and tipping on receipts.

***

## Statement descriptor

The statement descriptor is the name that appears on your customers’ card statements when they pay at your Terminal. You can update it from Merchant Admin.

1. Log in to [Merchant Admin](https://app.oddle.me/panel).
2. Go to **Account Settings** (gear icon in the top right).
3. Navigate to **Billings > Accounts > Manage**.

   ![](/files/jmHtcDKrH8tKxpZwgylO)
4. Click **Edit** next to **Account Info**.

   ![](/files/f735FHcX5L40kvox4r1B)
5. Update the **Display Name** field with your desired statement descriptor.

   ![](/files/SDoQFJTAAOmiIpxZpjD2)
6. Save your changes.

***

## Tipping on receipts

You can allow customers to sign and add a tip on their printed receipt after paying. The tip can be added or adjusted after the transaction, as long as the batch is still open.

{% hint style="info" %}
Sign and tip on receipts is currently supported for Visa and Mastercard only.
{% endhint %}

### Enable tipping

1. Open the Oddle Terminal app and go to **Settings**.
2. Toggle on **Collect Tip**.

   ![](/files/mfb983Jzr1bcFTpWT9hp)

### Add a tip after payment

Once tipping is enabled, an **Add Tip** button appears on the payment confirmation screen. The printed receipt will also include a space for the customer to indicate their tip.

1. After processing the payment, tap **Add Tip**.
2. Select a preset tip percentage or enter a custom amount.
3. Confirm the tip amount.

   ![](/files/MTA17ReNMfCjAicsLveB)

   ![](/files/Uf9mQmCSKuKxaL5Domwm)

{% hint style="warning" %}
The Add Tip button is disabled for payments made with cards other than Mastercard or Visa.
{% endhint %}

### Edit a tip

If you need to adjust a tip after it’s been added:

1. Go to the **Transactions** page in the Terminal app.
2. Find the transaction and tap **Adjust Tip**.

   ![](/files/vLwcQeFSthjvriM8Mke9)

Note that there is a limited number of attempts to edit a tip per transaction.

***

## View tips collected

To see a summary of tips collected across a period:

1. In Merchant Admin, go to **Account Settings > Billings > Reports**.
2. Under the **Terminal** section, select your date range to view the total tip amount.

   ![](/files/g1Nixo4B2USlyOZYs91u)

To view tips on individual transactions, go to **Sales > Terminal Payments** in Merchant Admin.

![](/files/Xox4Bt2LlSolxrBaIl3j)


---

# 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://www.oddle.me/docs/help-center/terminal/how-do-i-customise-terminal-settings.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.
