Connector guide1-minute read4 MCP toolsEN · DE · IT

如何将 PAYONE 支付连接到 MCP 以供 AI 代理使用

通过 AI 代理和 MCP 处理和管理电子商务支付。列出交易,通过 PAYONE API 捕获和退款支付。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

PAYONE Payments

MCP connector

PAYONE Payments

Process and manage e-commerce payments via the PAYONE API. Create transactions, check payment status, capture and refund payments.

Tools

4

Region

DE

Category

Finance

Authentication

API Key

Required env vars

PAYONE_MERCHANT_IDPAYONE_API_KEYPAYONE_PORTAL_IDPAYONE_ACCOUNT_ID
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

通过 AI 代理和 MCP 处理和管理电子商务支付。列出交易,通过 PAYONE API 捕获和退款支付。

试试这样问

PAYONE Payments 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

PAYONE Payments · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

使用 AI 代理的 PAYONE 支付

PAYONE 是一家领先的欧洲支付服务提供商。将其 API 连接到 MCP 可使 AI 代理监控交易、捕获支付和处理退款。

使用内置适配器快速设置

第 1 步:部署 AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

第 2 步:导入 PAYONE 适配器

打开 http://localhost:3000/connectors/store,点击 PAYONE 支付适配器上的 导入。在提示时输入你的商户 ID、API 密钥、门户 ID 和账户 ID。

第 3 步:获取 PAYONE API 凭证

登录 PAYONE 商户界面 在配置 > 支付门户下找到你的 API 凭证。

第 4 步:连接到你的 AI 代理

{
  "mcpServers": {
    "payone": {
      "url": "http://localhost:4000/mcp"
    }
  }
}

可用工具

工具描述
payone_list_transactions列出最近的支付交易
payone_get_transaction获取特定交易的详细信息
payone_capture_payment捕获已授权的支付
payone_refund_payment退款已捕获的支付

AI 代理用例

  • “给我显示今天的所有交易”
  • “交易 XYZ 的状态是什么?”
  • “捕获订单 12345 的待处理支付”
  • “退款客户 Müller 的最后一笔交易”

这份指南对你有帮助吗?

Ready to ship

Your PAYONE agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南