# Global Charge

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

## Setting up with GlobalCharge

Before you can configure GlobalCharge to work with NATS, you must first register a new account. To register a new account through GlobalCharge, e-mail *<newbiz@globalcharge.com>* with your name, company name, contact details, and site URL. You will when receive a reply containing your GlobalCharge username, password, and GlobalCharge Site ID.

If you are only setting up a single site, you can simply use the information provided by GlobalCharge. The provided username will also be your NATS GlobalCharge Client/Merchant ID. If you wish to set up multiple sites, make sure that you request multiple Site IDs in your email.

To learn more about GlobalCharge and the services they offer, please visit their website at [https://www.globalcharge.com/](http://www.globalcharge.com/)

The provided username and password combination also gives you access to GlobalCharge's stats system at [https://www.globalcharge.com/clients/](http://www.globalcharge.com/Clients/)

### Customization

You can add your own banner design to the GlobalCharge billing page by including an image in your initial e-mail. This image should be 650 pixels wide by 100 pixels high, and can be in whatever image format you wish. GlobalCharge will add this to the system, and assign you with a site-id, which you can enter into the NATS setup screen.

## Setting up GlobalCharge in NATS

Once you have completed the above steps, you can begin configuring GlobalCharge to process transactions in your NATS system.

### Billers Admin

To begin configuring GlobalCharge, go to the [Billers Admin](/nats-admin/billers.md), select Global Charge from the "Setup New Biller" drop-down menu, and click Add. When prompted, input the Client ID and Password that you received from Global Charge and click Save.

### Sites Admin

To continue configuring GlobalCharge, go to the [Sites Admin](/nats-admin/sites.md) and create or edit a tour for the site you wish to use. On the next page, scroll down to the "Biller Details" section, where you will find settings for GlobalCharge (marked as GLOBALC).

In the GLOBALC(id:*x*) Site ID field, enter the Site ID that was given to you by Global Charge for this site. Next, enter the Client ID and Client Password that you received from GlobalCharge.

You will then need to create a special join option in order to use GlobalCharge. To do so, go to the [Sites Admin](/nats-admin/sites.md) and click the "Set Special Payment Options" action icon that corresponds to the site you wish to edit.

On the next page, select "GLOBALC" from the Biller drop-down menu, choose if you want your join option to be active for all tours, and enter the Join Form Text that you want your surfers to see.


---

# 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/global-charge.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.
