# Biller Revolution

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

## Setting Up at Billing Revolution

Before you can begin setting up Billing Revolution as a biller in NATS, you must first register for an account with them. You can do this through their website at [https://www.singleclickcheckout.com/pricing-sign-up.html](http://www.singleclickcheckout.com/pricing-sign-up.html)

When signing up, make sure you record information that is necessary for setup in NATS. This includes:

* Username
* Password
* Business ID
* Product Code

{% hint style="info" %}
**Please Note:** This biller does not support return on denial, therefore cascades will not work with this biller. This biller does not support [chargebacks ](/additional-resources/common-terms.md#chargeback)either, only refunds.
{% endhint %}

## Setting Up Billing Revolution in NATS

### Billers Admin

To begin configuring Billing Revolution in NAT, go to the [Billers Admin](/nats-admin/billers.md), select Billing Revolution from the available "Setup New Biller" drop-down menu, and click Add.

{% hint style="info" %}
**Please Note:** If you do not see Billing Revolution in your list of billers, you may need to update your version of NATS. If this is the case, [put in a support ticket](http://clients.toomuchmedia.com/) and we'll gladly help you.
{% endhint %}

When prompted, enter the Business ID, Username, and Password that you received while signing up with Billing Revolution. Click Save.

### Sites Admin

To continue setting up Billing Revolution in NATS, go to the [Sites Admin](/nats-admin/sites.md). Create a new tour, or edit a currently existing tour that you want Billing Revolution to handle transactions for.

Scroll down to the Join Options for this Tour section on the next page. For each recurring join option you have set up, click the "Edit Global Option Details" action icon. On the next page, locate the Biller Codes for Billing Revolution, and enter your Product Code. When you have entered the necessary information, click Save.

You must also edit/add additional Rules for this option to be shown on your join form. You can do so by clicking the "Set Display Rules" icon next to the corresponding join option and setting "SHOW" rule for this biller (or all billers).


---

# 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/biller-revolution.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.
