> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/setting-up-tender-types.md).

# Tender types

1. Click **Setup**.
2. Expand **Financial**.
3. Click **Tender Types**.
4. Do one of the following:

* To add a new currency, click **New**.
* To edit an existing currency, select it and click **Edit**.
* To copy an existing currency, select it and click **Copy**. You must enter a new **Description** and **Code**, but all other values are copied.

5. Enter information about the tender type.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.4444580078125" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Description</td><td valign="top">The name of the tender type, e.g., Cash, Visa, MasterCard, Debit Card.</td></tr><tr><td valign="top">Tender Code</td><td valign="top">A code that identifies the tender type, e.g., CA, VI, MC, DC.</td></tr><tr><td valign="top">Tender Type</td><td valign="top">The tender type, e.g., Cash, Credit Card, Debit Card.</td></tr><tr><td valign="top">Currency</td><td valign="top">Select the applicable currency for your store. Select Default Currency to use the currency defined in your Windows operating system.</td></tr><tr><td valign="top">Tender Type is inactive</td><td valign="top">Select this option if the tender type is no longer in use in your store. If you make a tender type inactive, cashiers can no longer select it at the register, including for returns. However, it will still be available for reports and journaled receipts. If you no longer use a tender type, the best practice is to make it inactive instead of deleting it. If you delete a tender type it breaks the relationship with historical transactions in your store database.</td></tr><tr><td valign="top">Maximum Amount</td><td valign="top">Enter the maximum amount, e.g., $1,000, of the tender type that the store will accept. If you set a maximum amount, cashiers will not be able to tender sales with tender amounts higher than the limit specified. Leave the Maximum Amount as $0.00 if you do not want to set a limit.</td></tr><tr><td valign="top">Denominations</td><td valign="top">Enter denominations if you plan to use the change Calculator on the Tender screen at the POS.</td></tr><tr><td valign="top">Display Order</td><td valign="top">The order that the tender types display on the POS, with 1 at the top.</td></tr><tr><td valign="top">Scan Code</td><td valign="top">If you have a programmable keyboard, enter a keyboard shortcut key for the tender type, e.g., C for Cash. Leave the Scan Code as 0 if you do not use this feature.</td></tr><tr><td valign="top">Round to Value</td><td valign="top">The amount to which you want Store Manager and POS to round up the value of this tender type, e.g., if pennies are not used in your region but nickels are, enter $0.05.<br><br><strong>Note:</strong> The United States Mint ceased production of the 1 cent coin (the penny) on November 12, 2025. Refer to the <a href="https://support.rmhpos.com/hc/en-us/articles/46996006421395-Penny-FAQ-for-US-retailers"><strong>Penny FAQ for US retailers</strong></a> for more information about this change, and how to configure RMH to round amounts to the nearest 5 cents (nickel).</td></tr><tr><td valign="top">Prevent Cashier overtendering</td><td valign="top">Select this option to prevent cashiers from tendering amounts higher than the transaction total. This option is automatically selected (and cannot be deselected) for the Credit Card and Debit Card tender types. It is also a best practice to prevent cashier overtendering for the Account and Food Stamp tender types.</td></tr><tr><td valign="top">POP Cash Drawer</td><td valign="top">Select this option if you want POS to open the cash drawer whenever this tender type is used.</td></tr><tr><td valign="top">Require signature</td><td valign="top">Select this option if you require a customer signature for this tender type, either on the credit card signature line on the receipt or via a signature capture device.</td></tr><tr><td valign="top">Allow multiple entries</td><td valign="top">Select this option if you want to permit cashiers to accept partial payment of the transaction total on two or more of the same tender type, e.g., splitting the transaction amount between two Visa cards.</td></tr></tbody></table>

</details>

6. Click **Save And Close**.


---

# 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.rmhpos.com/store-manager/configure-pos-and-store-manager/store-financials/setting-up-tender-types.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.
