# MerlinBill

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

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

## Setting up on MerlinBill Site

Before you can configure MerlinBill in NATS, you must first sign up for a merchant account with them. Go to MerlinBill website, signup for an account, create the join options you intend to use MerlinBill with, and copy the product codes that are given to you.

Find the password script location and set it to: <https://linkdomain/signup/passwd\\_mbill.php>

After that find the return URL location and set it to: <https://linkdomain/signup/returnurl\\_mbill.php>

When setting your *returnurl\_mbill.php* path within MerlinBill website, you must also append *?key=\[KEY]* to the end of your URL.

For both examples, simply replace "linkdomain" with the linkdomain to your site.

## Setting up MerlinBill in NATS

### Billers Admin

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

Fill in the Account Number, Username, and Password that you received from MerlinBill when prompted, and click Save. If you were not provided with the necessary information, please contact MerlinBill.

### Sites Admin

Once you have completed the previous steps, go to the [Sites Admin](/nats-admin/sites.md), create or edit a tour, and create a new join option.

Set up a join option for each site you wish to configure, and fill in your MerlinBill product code in the "MBILL(id:*x*) Product Code" field (this product code must be obtained directly from MerlinBill).

Once you have completed these steps, save your join option details. MerlinBill will not 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/merlinbill.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.
