Installation überspringen. In unter 2 Minuten einsatzbereit.
Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge PAYONE Payments mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.
Summary
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
Frag einfach
Beispiel-Prompts für PAYONE Payments
Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.
Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → PAYONE Payments klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
PAYONE Payments
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
Einrichtung
Voraussetzungen: PAYONE_MERCHANT_ID, PAYONE_API_KEY, PAYONE_PORTAL_ID, PAYONE_ACCOUNT_ID
Connector lokal installieren
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Öffne http://localhost:3000/connectors/store, wähle PAYONE Payments und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
payone_list_transactions | List recent payment transactions |
payone_get_transaction | Get detailed information about a specific payment transaction by its ID |
payone_capture_payment | Capture (settle) a previously authorized payment transaction |
payone_refund_payment | Refund a captured payment transaction fully or partially |
Nächste Schritte
War dieser Guide hilfreich?