newebpay

Route NewebPay integration guidance to checkout, query, or refund sub-skills.

271|18|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/paid-tw/skills --skill newebpay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newebpay
Source: https://github.com/paid-tw/skills/tree/main/plugins/newebpay/skills/newebpay
Command: npx skills add https://github.com/paid-tw/skills --skill newebpay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly understand NewebPay integration and directs them to the appropriate sub-skills for checkout, query, or refund.

Core Features & Use Cases

  • Routing guidance to specialized sub-skills: /newebpay-checkout, /newebpay-query, /newebpay-refund.
  • Environment setup guidance for PHP, Node.js, Python, and other stacks, including guidance on NEWEBPAY_MERCHANT_ID, NEBWEBPAY_HASH_KEY, NEWEBPAY_HASH_IV and related endpoints.
  • General NewebPay best practices, security notes, and how to choose the correct workflow for your need.

Quick Start

Ask this skill for NewebPay integration guidance and environment setup. Follow the suggested path: /newebpay-checkout for checkout, /newebpay-query for status, or /newebpay-refund for refunds. Configure environment variables NEWEBPAY_MERCHANT_ID, NEWEBPAY_HASH_KEY, NEWEBPAY_HASH_IV and review the API base URLs.

Frequently Asked Questions about newebpay

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

FAQPage Schema
How do I integrate NewebPay payment gateway for checkout, query, and refund processes?

NewebPay integration requires configuring your merchant account credentials and routing requests to the correct API endpoints for checkout, query, or refund workflows based on your transaction needs.

What environment variables do I need to set up for NewebPay API integration?

NewebPay API integration requires setting the NEWEBPAY_MERCHANT_ID, NEWEBPAY_HASH_KEY, and NEWEBPAY_HASH_IV environment variables to authenticate requests and encrypt payment data securely.

Does NewebPay payment integration work with PHP, Node.js, and Python stacks?

NewebPay payment integration supports PHP, Node.js, and Python stacks, providing environment setup guidance and API endpoint configuration across these development environments for seamless implementation.

When should I use the NewebPay query API versus the refund API?

Use the NewebPay query API to check transaction status and the refund API to reverse completed payments, with routing guidance directing you to the appropriate sub-skill based on your required workflow.

What security best practices should I follow during NewebPay checkout integration?

NewebPay checkout integration security best practices include protecting your HASH_KEY and HASH_IV credentials, utilizing proper environment variable configuration, and using the correct API endpoints for payment processing.

Why does my NewebPay integration require different sub-skills for different tasks?

Your NewebPay integration uses sub-skills because checkout, query, and refund are distinct API workflows requiring specific endpoint configurations, environment setups, and security considerations for each transaction type.