# RSBilling Native

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

{% hint style="warning" %}
**Please Note:** Please don't test your biller setup with NATS4 RSBilling Native's test account—it won't work correctly.
{% endhint %}

## Setting Up at RSBilling Native

Before you can begin setting up RSBilling Native to handle transactions in NATS, you must first sign up for an RSBilling Native account. You can do this on River Styx Internet's website, located at [https://www.sentrypayments.com](http://www.sentrypayments.com/)

Please make sure that your server is allowed to access the domain secure.sentrypayments.com by River Styx Internet so that your NATS installation will get the most up to date IP address list.

## Setting Up RSBilling Native in NATS

### Billers Admin

To begin setting up RSBilling Native in NATS, go to the [Billers Admin](/nats-admin/billers.md), scroll down to the "Setup New Biller" drop-down menu, and choose "RSBNative" from the list of available options.

When prompted, fill in your RSBNative Merchant ID, and Merchant Password. You can also fill out the optional Transaction Server and Reporting Server fields here. All of this information must be obtained directly from RSBilling. If you do not have this information, please contact your biller to get the required information. Click Save when you have filled out the required fields.

### Sites Admin

Next, go to the [Sites Admin ](/nats-admin/sites.md)to continue configuring RSBilling Native in NATS. Create a new tour, or edit an already existing tour to use RSBilling Native with. On the next page, scroll down to the "Biller Details" section and enter your Site ID in the field marked, "RSBNATIVE Site ID."

Once you have done that, scroll down to the "Join Options for this Tour" section, and edit the join options you want RSBilling Native to process transactions with. On the next page, enter your Schedule ID in the field labeled, "RSBNATIVE Schedule ID" and click Save.


---

# 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/rsbilling-native.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.
