# EuroBill

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

## Setting Up at EuroBill

Before you can begin configuring EuroBill as a biller in NATS, you must first register a merchant account with them. This can be done through their website at [https://www.eurobill.com/](http://www.eurobill.com/).

While registering with EuroBill, make sure to take down the WM ID (Webmaster ID) that they provide to you. This information will be necessary for setting up EuroBill in NATS.

In EuroBill's Instant Payment Notification (IPN) system, turn on the following events and send them to the following URL.

Events

* Registration
* [Chargeback](/additional-resources/common-terms.md#chargeback)
* Rebilling of recurring subscription declined
* Membership expiration
* Re-activation of expired members
* Rebilling of recurring subscription
* Transaction refunded
* Repaid chargeback

Event URL

* http\://\<linkdomain>/signup/process\_eurobill.php

Replace *linkdomain* in the above example with your [linkdomain](/additional-resources/common-terms.md#link-domain).&#x20;

{% hint style="info" %}
**Please Note:** You can not simply turn on All System Events; you must manually turn on the individual Events.
{% endhint %}

When you set up your sites in EuroBill, record each site's Site ID and Style you chose for its join form. When you set up your payment options, record each option's Account ID.

## Setting Up EuroBill in NATS

### Billers Admin

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

{% hint style="info" %}
**Please Note:** If you don't see EuroBill, [put in a support ticket](https://clients.toomuchmedia.com/), as you may need an updated version of NATS.
{% endhint %}

Fill in your WMID when prompted, and click Save. If you were not provided with the requested information, please contact EuroBill.

### 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. Enter your EuroBill Site ID here, into the field marked "EUROBILL Site ID." You can also optionally enter your EuroBill Style in the field here.

Once you have done this, scroll down to the section labeled "Join Options for this Tour" and click the "Edit Option Details for this tour" section that corresponds to the join option you wish to use. In the "Biller Codes" section, locate the "EUROBILL Account ID" field, and enter your Account ID here (this step is optional).

Save your join options once you have filled out all the available fields on this page. EuroBill should now be configured and ready to process transactions 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/eurobill.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.
