newebpay-query

Query NewebPay transactions via QueryTradeInfo API for order verification.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides automated querying of NewebPay transactions using the QueryTradeInfo API to verify orders, confirm payments, and support order-status flows in applications.

Core Features & Use Cases

  • Single-order lookup: Retrieve status and details for a specific order number.
  • Batch reconciliation: Integrate daily or scheduled queries to reconcile multiple transactions.
  • Backend integration: Plug into APIs or admin dashboards to display real-time payment status.

Quick Start

Use the newebpay-query skill to fetch the status of an order, e.g. queryTrade('ORDER_123456', 1000) and surface the resulting TradeStatus and JSON response in your UI or logs.

Frequently Asked Questions about newebpay-query

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

FAQPage Schema
How do I query NewebPay transaction status to verify an order?

You can query NewebPay transactions by calling the QueryTradeInfo API with a specific order number and amount. The skill implements generateCheckValue and queryTrade functions, returning TradeStatus and JSON response data for backend order verification.

Can I use Node.js or PHP to integrate NewebPay payment status checks?

Yes, NewebPay payment status checks support both Node.js and PHP integration. The skill provides code examples for both languages, allowing you to plug transaction queries directly into your admin dashboard or backend API endpoints.

What is the best way to handle batch reconciliation of NewebPay transactions?

The best way to handle batch reconciliation of NewebPay transactions is to schedule automated queries using the QueryTradeInfo API. This allows you to retrieve and verify statuses for multiple orders systematically within your backend services.

Does the NewebPay query API support both test and production environments?

Yes, the NewebPay query API supports both test and production environments. The skill includes configurations for both endpoints, allowing you to safely develop and test your transaction query logic before deploying to the live production API.

Why do I need to generate a CheckValue when querying NewebPay transactions?

You need to generate a CheckValue to securely authenticate your query request to the NewebPay API. The skill implements the generateCheckValue function to ensure your transaction status queries are properly validated and accepted by the endpoint.