# Payment Network

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

## Setting up at Payment Network

Signup for an account with Payment Network. <https://www.sofortueberweisung.de/payment/users/register>? Login to your account at <https://www.sofortueberweisung.de/payment/users/login>

### Setting up projects (sites) with Payment Network

Click the "New project" link on left side under the Projects category to begin setting up the sites you want to use with Payment Network and Nats.

Click on the "Create a DIRECTebanking.com project" (only supported version of Payment Network at this time)

Fill out a Project Name and select "Own shop system" from the shop system dropdown.

Note: Under this there are details about testing mode. You can use this mode to put through test transactions in Nats before you go live.

Fill out your bank information as well as the other details on this page.

The next section you will need to modify is under the "Interface" category.

Enter the following into "Success Link" (replacing linkdomain with your Nats domain or the server alias in Nats for this site)

[https://linkdomain/signup/returnurl\_paynet.php?uservariable1=-USER\_VARIABLE\_1-\&ok=1](http://linkdomain/signup/returnurl_paynet.php?uservariable1=-USER_VARIABLE_1-\&ok=1)

In the "Abort Link", enter the following:

[https://linkdomain/signup/returnurl\_paynet.php?ok=0](http://linkdomain/signup/returnurl_paynet.php?ok=0)

Locate the notifications section and check "Activate HTTPS notification". Enter the following in the "HTTP(S)-URL" field

[https://linkdomain/signup/process\_paynet.php](http://linkdomain/signup/process_paynet.php)

\
Next we will set a few other settings for this project. Locate the "Extended settings" tab on the top of your screen.

Find and click "Non-changeable parameters". Check the box next to "Amount" (we set this so Payment Network options correspond to options you will set in Nats). Save your changes once you do this and click the "Extended Settings" tab once more.

Locate "Project password and input check" and click through. On this page you will fill out, as well as confirm, your password for this project. (Keep this information you will need it to enter into Nats' Sites Admin later). Under "Input Check" check the "Activate Input Check" box and select SHA1 as the hash algorithm. Once this is done, save the form.

## Setting up Payment Network in NATS

### Billers Admin

Go to the [Billers Admin](/nats-admin/billers.md), select Payment Network from the billers drop-down, and click Add.&#x20;

{% hint style="info" %}
**Please Note:** If you dont see Payment Network put in a support ticket at [https://www.toomuchmedia.com/support.htm](http://www.toomuchmedia.com/support.htm) as you may need an updated version of NATS.
{% endhint %}

Fill in your Customer ID that should have been provided when signing up at Payment Network. If you were not gived this information, please contact Payment Network

### Sites Admin

Go to [Sites Admin](/nats-admin/sites.md), create or edit a tour, and go to the Biller Details section. Locate and fill in the following two fields PAYNET Project ID and PAYNET Project Password. The Project ID can be found by clicking "My Projects" in the Payment Network admin (its the number on the left). You can get the password by editing a project and then clicking extended settings and to "Project password and input check". Save your changes before continuing.

Go to the Join Options section.

Edit, or create, an option and select a currency from the PAYNET Currency Type dropdown.

Additionally you would edit/add any additional rules to allow this option to show on your join page. You can do so with the purple arrows next to the Option row (similar to the several other areas across 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/payment-network.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.
