# CashSend

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

## Setting up at CashSend

If you wish to become a merchant and accept CashSend as a payment processor, go to [https://cashsend.com/](http://cashsend.com/).

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

* CO ID
* Outlet
* Username (Optional)
* Password (Optional)
* Secret Consistent Key

Record this information, as you will need it to set up CashSend in [NATS](https://tmmwiki.com/index.php/NATS).

## Setting up CashSend in NATS

### Billers Admin

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

{% hint style="info" %}
**Please Note:** If you don't see CashSend, [put in a support ticket](http://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 CashSend.

### Option Setup

Edit (or create) the option(s) you want to use with CashSend. You will see the following list of available option fields (all preceded by CashSend id:#):

* Fraud Check - enable fraud check for the join option

### Additional Information

{% hint style="warning" %}
**Important:** This biller does not support the Rebill, Upgrade Plus, Cross Sale and Up Sale features in NATS.
{% endhint %}


---

# 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/cashsend.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.
