alipay-pay-for-service

Submit Alipay cashier link payments and query results via the official alipay-bot CLI.

29|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/alipay/ai --skill alipay-pay-for-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alipay-pay-for-service
Source: https://github.com/alipay/ai/tree/main/skills/alipay-pay-for-service
Command: npx skills add https://github.com/alipay/ai --skill alipay-pay-for-service

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill streamlines and secures the end-to-end processing of Alipay cashier links, handling payment submission, wallet authorization, and status checks to reduce manual steps and ensure consistent user experiences.

Core Features & Use Cases

  • Parse cashier.alipay.com and excashier.alipay.com links to trigger payments
  • Submit payments and query outcomes using the official alipay-bot CLI
  • Manage one-time short URLs, outputting safe results without logging sensitive data

Quick Start

Run the payment-intent workflow to initialize a session, then provide a cashier link to begin the payment flow.

Frequently Asked Questions about alipay-pay-for-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Alipay cashier payment processing from a CLI?

To automate Alipay cashier payment processing, you can use the official alipay-bot CLI tool to submit payments, query transaction outcomes, and handle wallet authorization end-to-end.

What is an Alipay cashier link and when do I need to process it?

An Alipay cashier link is a URL from cashier.alipay.com or excashier.alipay.com used to initiate transactions. You need to process it when a payment instruction is returned or a user expresses a payment intent.

How do I handle wallet authorization for one-time short URLs in Alipay?

Handling wallet authorization for one-time short URLs requires validating URL integrity and enforcing secure output handling without logging sensitive data, ensuring the single-use link is processed securely.

Does this Alipay payment workflow support parsing excashier links?

Yes, this Alipay payment workflow supports parsing both cashier.alipay.com and excashier.alipay.com links to trigger the payment submission and status query flow automatically.

What are the limitations when processing Alipay cashier links programmatically?

Limitations include enforcing one-time short URLs which restricts replaying requests, and the necessity to avoid logging sensitive output data during the wallet authorization and payment query process.