> For the complete documentation index, see [llms.txt](https://docs.payrexx.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payrexx.com/platform/setup-und-konfiguration/einrichtung-der-plattform/service-api.md).

# Service-API

Bei Payrexx unterscheidet man zwischen der [Händler-API](/platform/setup-und-konfiguration/einrichtung-der-plattform/handler-api.md) (für Händlerkonten und -transaktionen) und der Service-API (für Plattformpartner).&#x20;

## Nutzung der Service-API

Die Service-API von Payrexx bietet Plattformpartnern Zugriff auf alle angebundenen Händlerkonten. Über sie lassen sich unter anderem folgende Aktionen durchführen:

* [Registrierung](/platform/backoffice/handler/handlerkonto-erstellen.md) neuer Händler
* [Deaktivierung](/platform/backoffice/handler/how-can-i-delete-a-merchant-account.md) bestehender Händler
* Ändern der Kontaktangaben von Händlern
* Konfiguration der Zahlungsdienstleister in den Händlerkonten
* Hinzufügen [rechtlicher Inhalte](/platform/admin/einstellungen/rechtliche-vorlagen.md)

### Allgemeine Informationen

Die Service-API von Payrexx basiert auf REST. Sie verwendet vorhersehbare, ressourcenorientierte URLs und nutzt HTTP-Statuscodes zur Anzeige von API-Fehlermeldungen.

Alle Antworten der API, einschliesslich Fehlermeldungen, werden im JSON-Format zurückgegeben, wobei unsere Software Development Kits (SDK) die Antworten in entsprechende sprachspezifische Objekte umwandeln.

### Dokumentation der API

In der folgenden Dokumentation findest Du zahlreiche weitere Informationen:

{% embed url="<https://payrexxserviceapi.readme.io/reference>" %}


---

# 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.payrexx.com/platform/setup-und-konfiguration/einrichtung-der-plattform/service-api.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.
