# Service-API

Bei Payrexx unterscheidet man zwischen der [Händler-API](https://docs.payrexx.com/platform/setup-und-konfiguration/einrichtung-der-plattform/handler-api) (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](https://docs.payrexx.com/platform/backoffice/handler/handlerkonto-erstellen) neuer Händler
* [Deaktivierung](https://docs.payrexx.com/platform/backoffice/handler/how-can-i-delete-a-merchant-account) bestehender Händler
* Ändern der Kontaktangaben von Händlern
* Konfiguration der Zahlungsdienstleister in den Händlerkonten
* Hinzufügen [rechtlicher Inhalte](https://docs.payrexx.com/platform/backoffice/admin/einstellungen/rechtliche-vorlagen)

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