> 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/connecting-tdynamo.md).

# Connecting tDynamo

## WELCOME TO YOUR MAGTEK tDYNAMO SETUP FOR ROSYPAY!!!

Instead of connecting the tDynamo via Bluetooth in the settings of the device you must connect it directly in the Rosy Salon Software app found in your App Store on your iPhone/iPad or your Google Play Store.

{% stepper %}
{% step %}

## Be sure Rosy Salon Software application is installed

Be sure Rosy Salon Software application is installed from either the App Store or Google Play Store. If you are unsure of whether you have already installed it or you are using Rosy through a browser, please navigate to the App Store or Google Play Store and search for Rosy Salon Software to open or download the application.

![Connecting tDynamo Step1](/files/80f016bb3cb97169268f1be530eab3f9fca2524c)
{% endstep %}

{% step %}

## Navigate to Credit Card Processing settings

Once logged in to the Rosy app please navigate to Manage>Advanced Settings and click Manage under Credit Card Processing.
{% endstep %}

{% step %}

## Enable Bluetooth Terminal and Mobile Payment App

Be sure that the setting labeled Bluetooth Terminal and Mobile Payment App are both set to Yes. There is no save button so once switched the settings are saved.

![Connecting tDynamo Step3](/files/385a93696385fa84bf24b40b21908dd3e4c9c815)
{% endstep %}

{% step %}

## Create a test ticket

Now that the settings are all on navigate to Tickets>New Ticket to create a new “test” ticket using any client name. Once created add a service with price of at least $1.00
{% endstep %}

{% step %}

## Select card payment

Click Collect Payment, select Pay by Card, and then click next on the window that pops up asking to select an account.
{% endstep %}

{% step %}

## Select Bluetooth and put the tDynamo in pairing mode

On the next screen that asks you to choose a Device, please select Bluetooth (If you do not see Bluetooth you are either not in the App or the setting for Bluetooth is still turned off.) Once Bluetooth is selected you will want to put the tDynamo in pairing mode. To do this hold the button on the side of the device for 3-5 seconds until it flashes blue.

![Connecting tDynamo Step6](/files/b810923e1993ca8b7783fcad6219f3131ad1e80c)
{% endstep %}

{% step %}

## Finalize and pair the payment device

Now you can click Finalize Payment. The device is now searching for the tDynamo. When you see the option to select the tDynamo you will then be able to Pair your tDynamo device. **NOTE:** you will only have to do this the first time. Since the tDynamo does not have a screen your **PAIRING CODE is 000000**

![Connecting tDynamo Step7](/files/b8656838907e48f671bb9257481ec263459e75ed)
{% endstep %}

{% step %}

## Accept payment

The device is now connected and ready to accept payment!

![Connecting tDynamo Step8](/files/5c71e444b5a342c5979896a3a5d208f1fd4b2226)
{% endstep %}
{% endstepper %}


---

# 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/connecting-tdynamo.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.
