> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/rosypay/checkout-using-the-cloud-terminal.md).

# Checkout Using the Cloud Terminal

The **Cloud Terminal** is a device encrypted by RosyPay in order to secure payment with your Rosy Salon Software account. All **Cloud** devices are integrated with: Maximum PCI scope reduction, Point-to-Point Encryption, and EMV. YES! This means it accepts cards with the chip!

Before you start processing transactions using your Cloud terminal, please make sure you have everything on in the checklist:

* You have a merchant account with RosyPay and it has been integrated with Rosy Salon Software.
* Cloud terminal has been activated in Merchant Track and turned on in Rosy Salon Software.

[How to activate your cloud terminal in Rosy Salon Software in Merchant Track.](/rosypay/activating-your-wireless-cloud-terminal.md)

[Don't know what Merchant Track is we have an article for you!](/rosypay/merchanttrack-overview.md)

{% hint style="success" %}
**CONGRATULATIONS YOU ARE NOW READY TO START PROCESSING!**
{% endhint %}

## Checking the Client Out

{% stepper %}
{% step %}

## Prepare the ticket

Make sure all services, products and any specials have been added to the sales ticket: [Checkout: Preparing the Ticket](/tickets/checkout-preparing-the-ticket-w-video.md)
{% endstep %}

{% step %}

## Collect payment

When the ticket is ready, go to ***Collect Payment***.

![Collect payment](/files/0a136fb7260e364af069bbe3ca305e7fceb4618c)
{% endstep %}

{% step %}

## Pay by card

Click ***Pay By Card***.

![Credit card transaction](/files/3889cceb2cbb9c03014cea88b69374c68267877c)

* ***Terminal:*** If your business has more than one Cloud terminal, you will have to choose under which one you would like to process. The terminal chosen will default the next time on the computer, tablet and/or phone that you are on.
* The card that is being used for this transaction can be ***saved for future use***.
* ***Amount:*** This is the total amount of the ticket. This will include tip if it was added in manually in the collect payment screen.
* Click on ***Finalize Payment*** to move to the next step and process the card.

![Verifone MX915](/files/36f33bbd58522816dd6b57d72c9d51823f2a776e)
{% endstep %}

{% step %}

## Enter the tip

**Front Desk View on Checkout Device**

![Processing via Terminal](/files/a0d91473d28e4ec1275a00847e83958340919ff5)

*A message will appear on your screen letting you know that the client needs to enter the tip.*

![Need to enter tip message](/files/ae6303f810bc9099723499cffdd6ea42d6c123f2)
{% endstep %}

{% step %}

## Confirm the total and process the card

A message will appear on your screen letting you know that the client needs to confirm the grand total. They should choose enter to confirm.

![Confirm total](/files/dbfccb0034fa06d0f69281fcdf0f20952b098ace)

Client should Swipe or Insert Card with Chip on the Terminal.

**Client will be asked for their signature. After they should tap on the Enter button to process the card.**

![Transaction processed confirmation](/files/532ba8c9c6095f50ef9baabfa42a57ee7c7f99d8)

You will see a “Transaction was successfully processed” message. Hit OK.
{% endstep %}
{% endstepper %}

## View on Terminal

![Verifone MX915](/files/d4cd2544f32ae664956382fdc0ba472f700c3f03)

![Terminal steps 2](/files/9d01cf225dbe4e315d6e28d578630aefd1e4dc57)

![Terminal steps 3](/files/b10eb8cabc6976f6b6fe5813a67a7735901c640c)

![Terminal steps 4](/files/184515cea142383f28a8a569cf8ee2b629921126)

![Terminal steps 5](/files/8c02e6d6ee58b5d4c8b81329a7977e7d264c1685)

![Terminal steps 6](/files/3c6fa09409bf7e523fc6da6ae1973728352c17f0)


---

# 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://support.rosysalonsoftware.com/rosypay/checkout-using-the-cloud-terminal.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.
