# SOFORTdauerauftrag

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

## Setting up at SOFORTdauerauftrag

If you wish to become a merchant and accept SofortABO as a payment processor, go to [https://www.sofortabo.de](http://www.sofortabo.de/).

SOFORTdauerauftrag will provide you with the following information for each site that you set up with them:

* Customer ID
* API key
* Project ID
* Project Password

Record this information, as you will need it to set up SOFORTdauerauftrag in NATS.

{% hint style="warning" %}
**Please Note:** This biller does not support chargebacks, credits, refunds, cross-selling, or upselling.
{% endhint %}

## Setting up SOFORTdauerauftrag in NATS

### Billers Admin

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

{% hint style="warning" %}
**Please Note:** If you don't see SOFORTdauerauftrag 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 *Customer ID* and *API key* when prompted, and click Save. If you were not provided with the requested information, please contact SOFORTdauerauftrag.

### 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. Located the fields that start with "SofortABO". Here you will need to enter the required *Profject ID* and *Project Password*.

Next, scroll down to the section labeled "Add New Join Option" and add the join option you wish to use. In the "Biller Codes" section, locate the fields that start with "SOFORTABO". Here you will see an option to select the currency type as well as the language you wish to use with the join option for this biller.

After you have selected a currency and language, save your join option details. SOFORTdauerauftrag will now be configured for use as a biller in NATS.

## Additional Notes

SOFORTdauerauftrag contains nuances in its functionality which are explained here:

### Join Option Format

When setting up join options, this biller will only accept rebill amounts that match initial transaction amounts for the same time period. For example, if the initial transaction is for $29.95 for 30 days, the rebill must also be for $29.95 for 30 days

<figure><img src="/files/viEMJCPRdt8ksN6b0Omh" alt=""><figcaption></figcaption></figure>

* SOFORTdauerauftrag only allows rebills to occur yearly, biannually, quarterly, or monthly.
  * *yearly* - every 365 days
  * *biannually* - every 120 days
  * *quarterly* - every 90 days
  * *monthly* - every 30 or 31 days

### Postback Delay

After a member signs up, there is a slight 5-second delay on the postback from SOFORTdauerauftrag. This means that members will not be able to sign in to your site *immediately* after signing up. You will not be able to setup an auto-login feature after the member has signed up.


---

# 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/sofortdauerauftrag.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.
