> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/vr-payment-gateway/konfiguration/erste-einrichtung.md).

# VR Payment einrichten

Suchen Sie nach **VR Payment Einrichtung**. Die Seite ist eine Karte ohne Einfügen/Löschen – es gibt genau einen Einrichtungsdatensatz.

#### Allgemein

| Feld              | Bedeutung                                                                 |
| ----------------- | ------------------------------------------------------------------------- |
| **Aktiviert**     | Schaltet die Integration ein oder aus.                                    |
| **Sandbox-Modus** | Nutzt die Test Space ID und hängt PREVIEW-Parameter an Payment-Link-URLs. |

#### API-Einstellungen

| Feld              | Bedeutung                                 |
| ----------------- | ----------------------------------------- |
| **API Basis-URL** | Standard `https://gateway.vr-payment.de`. |
| **Space ID**      | Live-Space, wenn Sandbox aus ist.         |
| **Test Space ID** | Test-Space, wenn Sandbox an ist.          |
| **Benutzer-ID**   | User ID des Application Users.            |
| **API-Schlüssel** | Authentication Key, maskiert gespeichert. |

Wie Sie die Werte erhalten, steht unter [VR Payment Konto und API-Zugang](/vr-payment-gateway/erste-schritte/vr-payment-konto.md).

{% hint style="success" %}
Mit **Verbindung testen (Debug)** prüfen Sie die JWT-Anmeldung, ohne die Seite zu verlassen. Die Meldung zeigt URL, Space, User und eventuelle Fehler – sie wirft keinen Abbruchfehler.
{% endhint %}

#### Payment Links

| Feld                                   | Standard / Hinweis                                                                   |
| -------------------------------------- | ------------------------------------------------------------------------------------ |
| **Automatisch Payment Link erstellen** | Beim Buchen einer Verkaufsrechnung.                                                  |
| **Payment Link Gültigkeit (Tage)**     | Standard 30, Bereich 1–365.                                                          |
| **Zahlungsstatus in Listen anzeigen**  | Spalte in Auftrag, Angebot und gebuchter Rechnung. Standard an.                      |
| **Debitor-Kennzeichen beachten**       | Standard aus. Wenn an, muss am Debitor **VR Payment QR-Code erlauben** gesetzt sein. |
| **Zuständigkeitseinheit beachten**     | Standard aus. Leere ZE blockiert dann nicht, solange der Schalter aus ist.           |
| **Zahlungsbedingung beachten**         | Standard an. Lastschrift/Abbuchung bleibt typischerweise ohne QR.                    |
| **Ablauf-Erinnerung per E-Mail**       | Optional.                                                                            |
| **Erinnerung Tage vorher**             | Standard 3.                                                                          |

#### Aktionen auf der Einrichtungsseite

* **Verbindung testen (Debug)**
* **Synchronisieren** – Transaktionen jetzt von der API holen
* **Job Queue aktivieren / deaktivieren / öffnen**
* **Zahlungsbedingungen vorbereiten** – setzt das QR-Kennzeichen bei allen Zahlungsbedingungen außer Lastschrift/Abbuchung
* **Alle Zuständigkeitseinheiten freigeben**
* **Überfällige Payment Links schließen**
* **Alten Azure-Webhook entfernen** – nur sichtbar, wenn noch ein früherer Listener existiert

{% hint style="info" %}
Der Status kommt über die Job Queue direkt von VR Payment. Ein früherer Azure-Webhook ist nicht mehr erforderlich.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/vr-payment-gateway/konfiguration/erste-einrichtung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
