# Ukash

*Article Topics:* [*Billers*](/getting-started/common-topics/billers.md)

## Setting up at Ukash

If you wish to become a merchant and accept Ukash as a payment processor, go to [https://www.ukash.com/privateprofits](http://www.ukash.com/privateprofits) or e-mail them at <privateprofits@ukash.com>.

Ukash will provide you with the following information for each site that you set up with them:

* BrandID
* Request Security Token
* Response Security Token

Record this information, as you will need it to set up Ukash in NATS.

## Setting up Ukash in NATS

### Billers Admin

To begin setting up Ukash in NATS, go to the [Billers Admin](/nats-admin/billers.md). Scroll down to the "Setup New Biller" drop-down menu, select Ukash, and click "Add".

{% hint style="warning" %}
**Please Note:** If you don't see Ukash as a biller in NATS, [put in a support ticket](https://clients.toomuchmedia.com/), as you may need an updated version of NATS.
{% endhint %}

Fill in the required information when prompted, and click Save. If you were not provided with the requested information, please contact Ukash.

### Sites Admin

Next, go to the [Sites Admin](/nats-admin/sites.md), create or edit a tour, and scroll down to the "Biller Details" section. Enter the required information into the fields marked UKASH.

Once you have done this, scroll down to the section labeled "Join Options for this Tour" and click the "Edit Option Details for this tour" action icon that corresponds to the join option you wish to use. In the "Biller Codes" section, locate the fields that start with "UKASH". Enter your Brand ID and select the desired currency you wish to process transactions with.

When you have completed these steps, save your join option details. Ukash will now be configured for use as a biller in NATS.


---

# 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://docs.toomuchmedia.com/getting-started/integrations/supported-billers/ukash.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.
