uni-pay-api

Generate Spring Boot framework code for JoinPay WeChat, Alipay, and UnionPay integrations.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/kuzai2012/uni-pay-api --skill uni-pay-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uni-pay-api
Source: https://github.com/kuzai2012/uni-pay-api/tree/main
Command: npx skills add https://github.com/kuzai2012/uni-pay-api --skill uni-pay-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cryptography, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The uni-pay-api Skill acts as an AI-assisted middleware to streamline connecting to the JoinPay multi-channel payment API, reducing manual coding and configuration across WeChat, Alipay, and UnionPay.

Core Features & Use Cases

  • Automated framework-level code generation (Controller + Service + Config) for Spring Boot projects.
  • Parameter pre-collection and validation to ensure complete config before code writes.
  • Seamless handling of MD5 and RSA signatures, multiple environments, and post-integration quality checks.

Quick Start

Collect all required parameters, generate the framework code, and write it into your Spring Boot project to complete the integration.

Frequently Asked Questions about uni-pay-api

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

FAQPage Schema
How do I integrate JoinPay multi-channel payments in a Spring Boot project?

Integrating JoinPay in Spring Boot requires generating framework-level Controller, Service, and Config code. Pre-collecting required parameters ensures complete configuration before code generation, enabling quick WeChat, Alipay, and UnionPay deployment.

How do I handle MD5 and RSA signatures for WeChat and Alipay payment callbacks?

Handle MD5 and RSA signatures by using built-in code generation that configures signature verification automatically. This enforces correct parameter pre-collection and validates WeChat, Alipay, and UnionPay callbacks during payment monitoring.

Can I automate payment API code generation for multiple environments like production and testing?

You can automate multi-environment payment API code generation using fixed environment endpoints and templated code. This supports quick prototyping and production deployment across WeChat, Alipay, and UnionPay with built-in quality checks.

Does this payment integration approach work with Java stacks other than Spring Boot?

This payment integration approach applies to Spring Boot projects and similar Java stacks. It generates framework-level code for JoinPay, ensuring rapid multi-channel payment, refund, and callback querying across compatible Java environments.

What are the limitations of using automated code generation for multi-channel payment APIs?

Limitations include strict dependency on parameter pre-collection; incomplete configurations block code generation. Additionally, it targets specific Java stacks and requires the cryptography dependency to properly implement MD5 and RSA signatures.

Why do I need to pre-collect parameters before generating payment API code?

Pre-collecting parameters before generating payment API code ensures complete configuration validation. This prevents missing MD5 or RSA signature settings and incorrect endpoints, reducing post-integration troubleshooting for WeChat and Alipay.