Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the PAYONE Payments in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
Prueba a pedir
Prompts de ejemplo para PAYONE Payments
Haz clic en un prompt para copiarlo. Pégalo en Claude, ChatGPT, Cursor, Gemini, Copilot u OpenClaw para ejecutarlo contra este conector.
Claude es IA y puede equivocarse. Verifica siempre las respuestas.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → PAYONE Payments, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
PAYONE Payments
Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.
Configuración
Requisitos previos: PAYONE_MERCHANT_ID, PAYONE_API_KEY, PAYONE_PORTAL_ID, PAYONE_ACCOUNT_ID
Instalar el conector localmente
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Abre http://localhost:3000/connectors/store, elige PAYONE Payments e introduce las variables listadas en los Requisitos previos.
Herramientas disponibles
| 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 |
Siguientes pasos
¿Te ha sido útil esta guía?