Alipay Open Platform Connector for AI agents.
10 live capabilities
Automate Alipay payments and refund workflows for mobile commerce.
Waiting for input…
Why people use Alipay Open Platform
Simplify Alipay Payment Processing with the Alipay Open Platform
With this Connector, your agent handles the heavy lifting. You just tell the agent to refund a specific order or check a payout status. It handles the signatures and the API calls, giving you a clean, conversational way to manage your entire payment flow.
What Vinkius changes
You get a secure bridge to Alipay's capabilities without writing any custom signing logic.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Refund a defective item
A customer reports a broken product.
- Real-world use case 02
Bulk order creation
A merchant needs to set up 50 new subscription orders.
- Real-world use case 03
Daily reconciliation
A controller asks for yesterday's revenue.
Complete set · 10capabilities
The complete Alipay Open Platform capability set.
These are the exact actions your AI can choose when you ask it to work with Alipay Open Platform.
01—04
4 capabilities in this set.
Part of 10 available through Alipay Open Platform.
- 01 Capability
Refund trade
Refund an Alipay transaction. This handles both full and partial returns for your customers.
- 02 Capability
Cancel trade
Roll back a specific trade. Use this to stop a transaction before it is finalized.
- 03 Capability
Close trade
Close an unpaid Alipay trade. This helps clean up pending orders that will not be completed.
- 04 Capability
Create trade
Create a new transaction or order. Use this to initiate a payment flow for a customer.
05—07
3 capabilities in this set.
Part of 10 available through Alipay Open Platform.
- 05 Capability
Get oauth token
Exchange an authorization code for an OAuth token. This allows the agent to access secure user data.
- 06 Capability
Query bill download url
Get the URL for accounting bills. Use this to fetch the files needed for your daily reconciliation.
- 07 Capability
Query trade
Check the status of an existing trade. This lets the agent see if a payment was successful or is still pending.
08—10
3 capabilities in this set.
Part of 10 available through Alipay Open Platform.
- 08 Capability
Query transfer
Check the status of a fund transfer. Use this to verify that a B2C payout reached the correct account.
- 09 Capability
Query user info
Query authorized Alipay user info. This helps the agent see verified customer details securely.
- 10 Capability
Transfer fund
Transfer funds to an Alipay user account. This is the primary capability for sending out B2C payouts.
Set up in minutes
One URL. Then ask Alipay Open Platform to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Alipay Open Platform from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Alipay Open Platform, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Alipay Open Platform for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Alipay Open Platform URL.
- Step 03
Save and start
Save the connection and enable Alipay Open Platform in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"alipay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Alipay Open Platform
Open Agent mode in chat and ask: "Using Alipay Open Platform, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"alipay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Alipay Open Platform
Ask Copilot: "Using Alipay Open Platform, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"alipay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Alipay Open Platform
Open Cascade and ask: "Using Alipay Open Platform, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"alipay-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Alipay Open Platform
Ask Cline: "Using Alipay Open Platform, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add alipay-open-platform --transport http "https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Alipay Open Platform
Ask Claude: "Using Alipay Open Platform, show me...". 10 tools are ready
Where the request belongs
Work Alipay can move forward.
This is for the e-commerce operator tired of manual order entry, the financial controller drowning in settlement spreadsheets, and the growth engineer building conversational commerce bots.
E-commerce Manager
Processes refunds and creates orders in bulk without leaving the chat interface.
Financial Controller
Pulls daily settlement bills to reconcile accounts automatically.
Growth Engineer
Builds automated payment flows for mobile commerce apps.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPing++
Bring unified payment intelligence to your AI with Ping++. Integrate WeChat, Alipay, and UnionPay through a single clean API interface.
Adyen
Global payment processing. manage payments, refunds, and merchant accounts via AI.
LianLian Pay
Global cross-border payment and settlement platform. manage balances, payments, and settlements via AI.
PingPong
Global multi-currency payment platform for E-commerce. manage accounts, balances, and payouts via AI.
Worldpay
Process payments, manage refunds, and audit settlements on Worldpay. the global leader in payment processing technology.
Durianpay
Equip your AI agent to manage payments, track checkout orders, and monitor settlements via the Durianpay API.
Bring your own AI
Change the model, client or framework. Keep Alipay connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Alipay.
The practical details behind the request, access and result.
Can the Alipay Open Platform MCP handle partial refunds?
Yes, it can process both full and partial refunds for your transactions. Your agent will handle the request and can even track the settlement status for you.
How does this Connector handle the complex security signatures for Alipay?
You do not have to worry about it. The Connector handles all RSA-SHA256 signature generation automatically so your agent can interact with the API securely.
Can I use this to send payouts to individual users?
Yes, the Connector includes a capability to dispatch B2C payouts to Alipay user accounts. It also lets your agent verify that the transfers were completed successfully.
How do I get my daily settlement data?
Your agent can query the download URL for your accounting bills. It can then pull those summaries to help you reconcile your books automatically.
Is this Connector suitable for high-volume e-commerce?
It is built for that exact purpose. It bridges your agent to the Alipay infrastructure to manage trades, refunds, and payouts at scale.
Does the Alipay Open Platform MCP support user identity verification?
It can exchange authorization codes for verified customer profiles. This lets your agent access secure user info without you having to manage the OAuth flow manually.
Can my agent check if a specific payment was successful?
Yes, it can query the status of any specific trade. This is great for real-time updates on whether a customer's payment went through.
Do I need to generate RSA signatures manually for each API call?
No! Simply provide your App Private Key in PKCS1 or PKCS8 format. The engine handles all RSA-SHA256 signing, timestamping, and parameter encoding under the hood automatically on every request. you never touch signature logic directly.
Can I process partial refunds specifying only a fraction of the original order amount?
Yes! The refund_trade capability supports both full and partial refunds. Specify the original trade number, the refund amount, and a reason string. The engine will dispatch the correctly signed request and return the settlement confirmation with a unique refund ID for tracking.
Is there any risk of accidental payments or unauthorized fund transfers through this integration?
Every transactional action requires explicit parameters. trade amounts, recipient accounts, and refund values must all be specified deliberately. The RSA2 signature layer ensures that no request can be forged or replayed. Additionally, all operations are scoped to your registered App ID and sandbox/production environment.
One connection away
Give your agent a direct line to Alipay.
Connect Alipay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available