Help us improve
Share bugs, ideas, or general feedback.
From payuni
Guides PAYUNi payment gateway environment setup across PHP, Node.js, Python backends and routes to checkout/query/webhook skills by user need.
npx claudepluginhub paid-tw/skills --plugin payuniHow this skill is triggered — by the user, by Claude, or both
Slash command
/payuni:payuniThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你的任務是幫助用戶設定統一金流(PAYUNi)環境並引導至適當的串接功能。
Integrates PAYUNi UPP payment gateway using AES-256 encryption, form submission, order creation, and callback handling for Laravel, Next.js, Django, Express, and similar frameworks.
Guides NewebPay (藍新金流) integration: routes to checkout/query/refund skills by need, sets up env vars (Merchant ID, Hash Key/IV), checks frameworks like PHP/Laravel/Node/Python.
Recommends Taiwan payment gateways (NewebPay, ECPay, PAYUNi) based on business type, transaction volume, and features like electronic invoicing or recurring payments. Links to integration guides.
Share bugs, ideas, or general feedback.
你的任務是幫助用戶設定統一金流(PAYUNi)環境並引導至適當的串接功能。
用戶輸入: $ARGUMENTS
根據用戶需求,判斷下一步:
/payuni-checkout/payuni-query/payuni-webhook詢問用戶以下問題:
專案框架:你使用什麼框架?
環境狀態:是否已有統一金流商店帳號?
引導用戶建立環境變數:
PAYUNI_MERCHANT_ID=你的商店代號
PAYUNI_HASH_KEY=你的HashKey
PAYUNI_HASH_IV=你的HashIV
PAYUNI_TEST_MODE=true # test 模式,正式環境設為 false
指導用戶:
.env 檔案.env 已加入 .gitignore完成環境設定後,根據用戶需求引導:
| 需求 | Skill | 說明 |
|---|---|---|
| 建立支付頁面 | /payuni-checkout | UPP 幕前支付串接 |
| 查詢交易狀態 | /payuni-query | 交易查詢 API |
| 處理 Webhook | /payuni-webhook | 接收付款通知 |
| 環境 | API Base URL |
|---|---|
| 測試 | https://sandbox-api.payuni.com.tw |
| 正式 | https://api.payuni.com.tw |
| 特性 | PAYUNi | 藍新 | 綠界 |
|---|---|---|---|
| 加密方式 | AES-256-CBC | AES-256-CBC | AES-128-CBC |
| 簽章方式 | SHA256 (HashInfo) | SHA256 (TradeSha) | SHA256 (CheckMacValue) |
| API 版本 | 統一版本 | Version 參數 | Version 參數 |