# Secure Trading

*Article Topics:* [*Billers*](/getting-started/common-topics/billers.md)*,* [*Cross Sales*](/getting-started/common-topics/cross-sales.md)*,* [*Up Sales*](/getting-started/common-topics/up-sales.md)*,* [*One Click Systems*](/getting-started/common-topics/one-click-systems.md)

## Setting up at Secure Trading

If you wish to become a merchant and accept Secure Trading as a payment processor, register at [https://www.securetrading.com/](http://www.securetrading.com/). They should provide you with a Gateway Username, Gateway Password and Site Reference which is needed to setup Secure Trading with NATS.

You must setup the postback urls to which Secure Trading will post transactions to NATS (notification url):

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

Please make sure to do the following when setting up the NATS notification url in Secure Trading's interface:

* *Do not return the field "maskedpan"*.
* *Add a custom field named, "passthrough"*.
* *Send all Requests, Payment types and Error codes.*

Ask Secure Trading to help you setup a redirect url to return members back to NATS for both approval and denial:

*https\://\<linkdomain>/signup/returnurl\_strading.php*

Next, they will need to add a custom field to the approval return url, "ok", and a different custom field, "failed", to the denial return ur&#x6C;*.*

Lastly, they need to replace \<linkdomain> with the linkdomain of your site.

## Setting up Secure Trading in NATS

### Billers Admin

To begin setting up Secure Trading in NATS, go to the Billers Admin. Scroll down to the "Setup New Biller" drop-down menu, select Secure Trading, and click "Add".

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

Fill in the *Gateway Username, Gateway Password* given to you by Secure Trading when prompted, and click Save. If you were not provided with this information, please contact Secure Trading. When adding Secure Trading to a Cascade, you will have the choice of the following payment methods:

* Credit Card
* Check
* Debit Card
* Euro Debit
* iDEAL
* Sofort Banking
* Ukash
* AstroPay
* PayPal

### Sites Admin

Go to the Sites Admin and click the "Edit" button next to the default tour of the site you would like to configure. In the "Billers Details" section, you will find the following fields for Secure Trading:

* Site Reference

## Additional Information

* This biller does not support the Cross Sale nor Up Sale features 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/secure-trading.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.
