PAYUNi 金流串接助手

Integrate the PAYUNi payment gateway with SDK code examples for Next.js and Express.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jeffrey0117/myclaudeset --skill payuni-jeffrey0117
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: PAYUNi 金流串接助手
Source: https://github.com/Jeffrey0117/myclaudeset/tree/main/skills/payuni-sdk
Command: npx skills add https://github.com/Jeffrey0117/myclaudeset --skill payuni-jeffrey0117

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @coursebloom/payuni-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating the PAYUNi payment gateway into your applications, providing guidance and code generation for seamless transaction handling.

Core Features & Use Cases

  • Payment Integration: Guides users through setting up and using the PAYUNi SDK for creating payments and handling webhooks.
  • Code Generation: Provides ready-to-use code snippets for popular frameworks like Next.js and Express.
  • Webhook Handling: Offers robust solutions for processing payment notifications securely and efficiently.
  • Use Case: A developer needs to add a payment option to their e-commerce site using PAYUNi. This Skill provides the necessary code and instructions to set up the checkout API and the webhook endpoint to confirm payments.

Quick Start

Use the PAYUNi SDK to create a webhook handler for your Express application.

Frequently Asked Questions about PAYUNi 金流串接助手

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

FAQPage Schema
How do I integrate the PAYUNi payment gateway using the SDK in Next.js?

To integrate the PAYUNi payment gateway in Next.js, use the PAYUNi SDK to setup environment variables, generate payment creation code snippets, and implement webhook endpoints for secure transaction handling.

How do I handle PAYUNi webhooks securely in an Express application?

Handle PAYUNi webhooks securely in Express by using the provided SDK to create a webhook handler, validating payment notifications, and applying logic to prevent duplicate transactions during payment processing.

What is the best way to prevent duplicate transactions when processing PAYUNi payments?

Preventing duplicate transactions during PAYUNi payment processing involves implementing webhook security measures and specific validation logic provided in the SDK guidance to ensure idempotent payment notifications.

Does the PAYUNi SDK support subscription management and recurring payments?

Yes, the PAYUNi SDK integration guidance includes solutions for subscription management alongside standard payment creation, webhook handling, and environment variable configuration for Next.js and Express frameworks.

What environment variables do I need to configure for PAYUNi payment gateway integration?

Configuring PAYUNi payment gateway integration requires setting up specific environment variables for API authentication, which the SDK guidance details for frameworks like Next.js and Express to ensure secure payment processing.

Can I generate ready-to-use code snippets for PAYUNi checkout APIs in Next.js?

Yes, you can generate ready-to-use code snippets for PAYUNi checkout APIs in Next.js, as the SDK provides detailed code examples for payment creation and webhook endpoint setup to streamline e-commerce integration.