# ElectraCash

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

## Setting Up at ElectraCash

Before you can begin configuring ElectraCash as a biller in NATS you must first sign up for a merchant account with them. You can do this through their website at [https://www.electracash.com](http://www.electracash.com/).

When registering with ElectraCash, make sure to take down the Master ID, Site ID, and Option ID that they provide for you. Without this information, you will not be able to set up ElectraCash functionality in NATS.

## Setting Up ElectraCash in NATS

### Billers Admin

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

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

Fill in your ElectraCash Master ID when prompted, and click Save. If you were not provided with the requested information, please contact ElectraCash.

### 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 your ElectraCash Site ID here, into the field marked "EC Site ID."

Once you have completed the previous step, scroll down to the section labeled "Join Options for this Tour" and click the "Edit Option Details for this tour" section that corresponds to the \[\[Ct#Join Option|join option you wish to use. In the "Biller Details" section, locate the "EC Site ID" field and fill in the [Site](https://tmmwiki.com/index.php/Ct#Site) ID that was provided to you by ElectraCash.

When you have completed these steps, save your join option details. ElectraCash 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/electracash.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.
