# Focal Payments

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

## Setting Up At Focal Payments

Before you can begin configuring Focal Payments as a biller in NATS, you must first register an account through their website. This can be done at [https://www.focalpayments.com/](http://www.focalpayments.com/)

Record any essential information you receive during the signup process, including Focal Payments Site IDs and Schedule IDs.

## Setting Up Focal Payments in NATS

### Billers Admin

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

When prompted, fill in your username, password, and currency. After you have filled in the required fields, click Save.

### Sites Admin

Next, go to the [Sites Admin](/nats-admin/sites.md) and create a new tour or edit an already existing one. Enter your site's URL in the field marked "FOCAL Site ID" under the Biller Details section (this information can be obtained from the biller).

Next, scroll down to the section labeled "Join Options for this Tour" and edit the join options you wish to use this biller with. Find the field labeled "FOCAL Schedule," and fill in your Focal Payments Schedule code, which must be obtained directly from Focal Payments (this step is optional, please see [Schedule ID](#schedule-id)).

Once you have completed these steps, save your join option details. Focal Payments will now be configured for use as a biller in NATS.

## Additional Notes

The following section contains information about the specific functionality of this biller.

### Supported Transaction Types

Focal Payments is a gateway biller, and will only support initial sales, rebills, and cross sales. [Upgrade Plus](/using-nats/one-click-systems/upgrade-plus.md), [Up Sales Plus](/using-nats/one-click-systems/upsell-plus.md), [Package Plus](/using-nats/one-click-systems/package-plus.md), and [Token Plus ](/using-nats/one-click-systems/token-plus.md)are not supported for this biller. However, Fake Upgrades can still be used.

### Schedule ID

The Schedule ID that is setup within the join option is very important to understanding how Focal Payments works. Rebills are done on the NATS poll, but are *independent* of the their setup within NATS. All of this information must be configured on Focal Payment's end, then applied to NATS via the "FOCAL Schedule" in the join option.

Although this field says "(optional)", no rebills will be processed without it. Without a "FOCAL Schedule", only the *initial sale* will be processed and recorded within NATS. The only transaction configuration that matters from within NATS for this biller is the initial amount.

* Example: If there is a join option for one of your sites that has an initial of $19.99 for 30 days and rebill of $29.95 for 30 days, but you have rebills configured as $24.95 on Focal Payments's end, the rebill amount will occur for $24.95 for Focal Payments, but $29.95 for any other billers that have been set up.

{% hint style="info" %}
**Please Note:** With this functionality, you can use this biller to configure a "one-time join option". In other words, the member will join and expire but never rebill. Remember, although "FOCAL Schedule" is optional, if it is not setup within NATS, you will not receive [rebills](/additional-resources/common-terms.md#rebill).
{% endhint %}

### Test Mode

Test Mode is a functionality of this biller that allows you to flag all future transactions as a test transaction. Transactions under Test Mode, however, will still be processed as real transactions.

{% hint style="info" %}
**Please Note:** If you turn on Test Mode on a live site, transactions processed by incoming potential members will also be flagged as a test transaction.
{% endhint %}

To turn on Test Mode, go to the [Sites Admin](/nats-admin/sites.md). Edit the tour of the site which you would like to run test transactions (Test Mode is tour specific). There is a checkbox which will display in the 'Biller Details' section called "Test Mode: (optional)" under FOCAL. Make sure this option is checked.

Next, go to the Configuration Admin, Billers section. Scroll down to the FOCAL section and turn on the 'PROCESS\_FOCAL\_TEST\_TRANSACTIONS' option and Store Changes.

You will be able to identify Test Mode transactions within NATS by a ":T" appended to the transaction ID. For example:

```
FOCAL:538439d3-e101-4c40-8874-9155460a4c65:T
```


---

# 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/focal-payments.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.
