What problem does it solve? Integrating Alipay payment products involves choosing the right product, configuring sandbox credentials, using the correct SDK methods, and avoiding common pitfalls like signature verification failures. This Skill walks developers through the entire process with enforced checkpoints and official documentation. ## Core Features & Use Cases - Product Selection & Integration: Routes your business scenario (in-store QR codes, H5, PC web, App, mini-program, pre-authorization, recurring billing) to the correct Alipay product and generates integration code in Java, Python, Node.js, PHP, or C#. - Automated Sandbox Setup: Creates a quick sandbox environment via the Alipay CLI, returning real appId, keys, and test accounts with strict validation. - Error Troubleshooting: Diagnoses integration errors by error code lookup and common-issue guides, including a dedicated invalid-signature investigation flow. - Use Case: A developer building an e-commerce site asks to add PC web payment; the Skill confirms the product, provisions a sandbox, generates SDK code, prints security red lines, and offers a post-integration checklist. ## Quick Start Ask the assistant to integrate Alipay payment into your project, describing your business scenario such as PC website checkout or in-store QR code collection.