> 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/readme.md).

# Einführung VR Payment Gateway

### Was kann das VR Payment Gateway von solutioo?

Erstellen Sie Payment Links direkt aus Verkaufsbelegen, drucken Sie QR-Codes auf Rechnungen und verbuchen Sie eingehende Zahlungen automatisch in der Finanzbuchhaltung. Die App spricht die VR Payment Gateway REST API (`gateway.vr-payment.de`) an.

#### Zahlungsabwicklung

* **Payment Links:** Erzeugen Sie Zahlungslinks aus gebuchten Rechnungen, Verkaufsaufträgen und Angeboten.
* **QR-Code auf der Rechnung:** Kunden scannen den Code und bezahlen am Smartphone.
* **Zahlungslink per E-Mail:** Versenden Sie eine HTML-Zahlungsmail inkl. PDF-Anhang.
* **Sammel-Payment-Link:** Fassen Sie offene Rechnungen eines Debitors in einem Link zusammen.
* **Druckregel:** QR-Code und Link erscheinen nur, wenn Einrichtung, Zahlungsbedingung, optional Zuständigkeitseinheit und Debitor das erlauben.

#### Automatisierung und Verbuchung

* **Job Queue:** Alle 15 Minuten holt Business Central Transaktionen, Rückzahlungen, Auszahlungen und Token direkt von VR Payment.
* **Zahlungseingang:** Abgeschlossene Zahlungen werden als Debitor gegen ein konfigurierbares Gegenkonto gebucht.
* **Extern bezahlt:** Wird eine Rechnung außerhalb von VR Payment ausgeglichen, storniert die App den offenen Payment Link.
* **Ablauf-Erinnerung:** Optional eine Erinnerungsmail, standardmäßig 3 Tage vor Gültigkeitsende.

#### Rückzahlungen, Auszahlungen und Token

* **Rückzahlungen:** Vollständige Rückzahlung aus der Transaktion, dem Auftrag oder der gebuchten Rechnung.
* **Auszahlungen:** Banktransaktionen von VR Payment zum Abgleich mit dem Kontoauszug.
* **Zahlungstoken:** Übersicht gespeicherter Zahlungsmittel (One-Click).

#### Dashboard und Übersicht

* **Dashboard** im Rollencenter mit Kacheln für Links, Abgleich und FIBU.
* **Transaktionsliste** mit Status, Betrag und Buchungsinfo.
* **API-Protokoll** für alle Aufrufe an das Gateway.

```mermaid
flowchart LR
    Beleg[Verkaufsbeleg] --> Link[Payment Link]
    Link --> QR[QR-Code / E-Mail]
    QR --> Kunde[Kunde zahlt]
    Kunde --> Sync[Job Queue Sync]
    Sync --> FIBU[Zahlungseingang in BC]
```

{% hint style="info" %}
**Custom Features**

Die oben genannten Funktionen sind in der Basis-Anwendung enthalten und werden in dieser Dokumentation behandelt. Für Custom Funktionen erhalten Sie eine individuelle Dokumentation mit Auslieferung.
{% endhint %}

{% hint style="success" %}

### Sie interessieren sich für das VR Payment Gateway?

Diese Dokumentation richtet sich vor allem an Inhaber einer Lizenz. Die App erhalten Sie über solutioo bzw. Microsoft AppSource.

<a href="https://appsource.microsoft.com/de-de/marketplace/apps?search=solutioo&#x26;page=1" class="button primary">solutioo auf Microsoft AppSource</a>
{% endhint %}

{% hint style="success" %}
Gerne können Sie das Handbuch auch nutzen, um sich einen ersten Überblick zu verschaffen. Bei Fragen empfehlen wir einen unverbindlichen Termin zur Demonstration. Wir freuen uns, von Ihnen zu hören.
{% endhint %}

### Weitere nützliche Ressourcen

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Microsoft AppSource</strong></td><td>Alle solutioo-Angebote im Microsoft Marketplace</td><td><a href="https://appsource.microsoft.com/de-de/marketplace/apps?search=solutioo&#x26;page=1">https://appsource.microsoft.com/de-de/marketplace/apps?search=solutioo&#x26;page=1</a></td></tr><tr><td><strong>solutioo Website</strong></td><td>Informationen zu uns und unseren Leistungen</td><td><a href="https://www.solutioo.de">https://www.solutioo.de</a></td></tr><tr><td><strong>VR Payment Gateway</strong></td><td>Backoffice und API von VR Payment</td><td><a href="https://gateway.vr-payment.de">https://gateway.vr-payment.de</a></td></tr></tbody></table>


---

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