# VXSBill

*Article Topics:* [*Billers*](/getting-started/common-topics/billers.md)*,* [*Cross Sales*](/getting-started/common-topics/cross-sales.md)

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

## Set up on VXSBill's Website

Before you can begin setting up VXSBill as a biller in NATS, you must first register a VXSBill account. You can do this through their website at: <https://vxs.com/>

Once you have registered an account, ask VXSBill to set the Postback (also known as Call-back) to the following URL:

* <https://linkdomain/signup/process\\_vxs.php>

Replace *linkdomain* in the above example with your linkdomain.

Enter the following URL in VXSBill's Return URL field:

* [https://linkdomain/signup/returnurl\_vxs.php](http://linkdomain/signup/returnurl_vxs.php)

Replace *linkdomain* in the above example with your linkdomain. For each site you set up, record its VXSBill Site ID. For each pricing option, record its Package ID.

## Setting Up VXSBill in NATS

### Billers Admin

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

When prompted, fill in the Username and Password that you used to log in to VXSBill. Click Save when you have filled in your username and password.

### 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. Fill in your VXSBill Site ID in the "VXS Site ID" field, then enter a Validate number for VXSBill (this step is optional).

After you have done that, scroll down to the "Join Options for this Tour" section and edit the join options you want to use VXSBill with. On the next page, fill in the VXSBill Package ID and the optional Upgrade Package ID. Once you have filled out the available fields, click Save.

### Cross/Up Sales Admin

VXSBill also supports cross sale transactions in NATS. To begin configuring NATS to accept these transactions, go to the [Cross/Up Sales Admin ](/nats-admin/cross-up-sales.md).&#x20;

For more information on Cross Sales in NATS, please see our "[Cross Sales](/nats-admin/cross-up-sales/cross-sales.md)" page.

#### **Outgoing Cross Sales**

In the [Cross/Up Sales Admin ](/nats-admin/cross-up-sales.md), begin by configuring an Outgoing Cross Sale (if applicable). To do so, scroll down to the "Biller" drop-down menu and choose VXSBill from your list of options.

On the next page, you will be prompted for a variety of information. Fill out the title, description, and disclaimer for your cross sale option, and choose if you want cross sales enabled for all join options. Next, fill in your Ref Code and Package ID-- this information must be obtained directly from VXSBill. Once you have filled out the available fields, click Save Changes.

#### **Incoming Cross Sales**

To set up incoming cross sales to process transactions through VXSBill, go to the [Cross/Up Sales Admin ](/nats-admin/cross-up-sales.md)and click the "Incoming Cross Sells" tab at the top of the page. Select VXSBill from the "Biller" drop-down menu, select the site and the program that you want to associate with this cross sale option, then click Add New Option.

When prompted, enter the title and fees/lengths of your join options. Under "Biller Info," enter your VXSBill Site ID, Package ID, and Upgrade Package ID. Click save changes when you have filled out the required fields, and your cross sale should now be configured 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/vxsbill.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.
