Skip to content
Vinkius

Alipay Open Platform Connector for AI agents.

10 live capabilities

Automate Alipay payments and refund workflows for mobile commerce.

Live agent request Alipay Open Platform / Connector

Waiting for input…

AI Agent

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.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

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

  1. Real-world use case 01

    Refund a defective item

    A customer reports a broken product.

  2. Real-world use case 02

    Bulk order creation

    A merchant needs to set up 50 new subscription orders.

  3. 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.

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 10 available through Alipay Open Platform.

  1. 01 Capability

    Refund trade

    Refund an Alipay transaction. This handles both full and partial returns for your customers.

  2. 02 Capability

    Cancel trade

    Roll back a specific trade. Use this to stop a transaction before it is finalized.

  3. 03 Capability

    Close trade

    Close an unpaid Alipay trade. This helps clean up pending orders that will not be completed.

  4. 04 Capability

    Create trade

    Create a new transaction or order. Use this to initiate a payment flow for a customer.

Capability set02 / 03

05—07

3 capabilities in this set.

Part of 10 available through Alipay Open Platform.

  1. 05 Capability

    Get oauth token

    Exchange an authorization code for an OAuth token. This allows the agent to access secure user data.

  2. 06 Capability

    Query bill download url

    Get the URL for accounting bills. Use this to fetch the files needed for your daily reconciliation.

  3. 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.

Capability set03 / 03

08—10

3 capabilities in this set.

Part of 10 available through Alipay Open Platform.

  1. 08 Capability

    Query transfer

    Check the status of a fund transfer. Use this to verify that a B2C payout reached the correct account.

  2. 09 Capability

    Query user info

    Query authorized Alipay user info. This helps the agent see verified customer details securely.

  3. 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 preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_YSH60sE9Sc8eAK35BSmhS2zRcSgL05odTND5FLN5/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Alipay Open Platform, and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Alipay Open Platform for the conversation.

Where the request belongs

Work Alipay can move forward.

Built around the request

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.

01

E-commerce Manager

Processes refunds and creates orders in bulk without leaving the chat interface.

02

Financial Controller

Pulls daily settlement bills to reconcile accounts automatically.

03

Growth Engineer

Builds automated payment flows for mobile commerce apps.

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