Help us improve
Share bugs, ideas, or general feedback.
From newebpay
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.
npx claudepluginhub paid-tw/skills --plugin newebpayHow this skill is triggered — by the user, by Claude, or both
Slash command
/newebpay:newebpayThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
你的任務是幫助用戶設定藍新金流(NewebPay)環境並引導至適當的串接功能。
Integrates NewebPay MPG payment gateway using AES256 encryption, HTML forms, order creation, and Notify/ReturnURL callbacks in PHP, Node.js, or Python backends.
Guides PAYUNi payment gateway environment setup across PHP, Node.js, Python backends and routes to checkout/query/webhook skills by user need.
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.
你的任務是幫助用戶設定藍新金流(NewebPay)環境並引導至適當的串接功能。
用戶輸入: $ARGUMENTS
根據用戶需求,判斷下一步:
/newebpay-checkout/newebpay-query/newebpay-refund詢問用戶以下問題:
專案框架:你使用什麼框架?
環境狀態:是否已有藍新金流商店帳號?
引導用戶建立環境變數:
NEWEBPAY_MERCHANT_ID=MS12345678
NEWEBPAY_HASH_KEY=your_hash_key
NEWEBPAY_HASH_IV=your_hash_iv
NEWEBPAY_ENV=test # test 或 production
指導用戶:
.env 檔案.env 已加入 .gitignore完成環境設定後,根據用戶需求引導:
| 需求 | Skill | 說明 |
|---|---|---|
| 建立支付頁面 | /newebpay-checkout | MPG 幕前支付串接 |
| 查詢交易狀態 | /newebpay-query | 交易查詢 API |
| 處理退款 | /newebpay-refund | 信用卡/電子錢包退款 |
| 環境 | API Base URL |
|---|---|
| 測試 | https://ccore.newebpay.com |
| 正式 | https://core.newebpay.com |