Merchant Simulator
WavPay Integration Demo · 202003002
Merchant:
202003002
Payment Host:
https://pa-api-dev.wavpay.net
API Host:
https://pa-api-dev.wavpay.net
Online Wallet Payment
💳
Wallet Payment
Partner redirect flow. Accepts a PASETO v2 payload or 3-param query string from WavPay wallet app and initiates payment.
PASETO v2 · SHA-256
🌐
Weblink Payment
Web-browser payment outside the WavPay app. Generates a payment URL for users to complete payment online.
/api/weblink/v2/payment-initial
Offline MicroPay
📷
QR Scanner
Scan the user's 18-digit payment barcode. Supports standard (4.1a) and cashier terminal (4.1b) modes.
api/micropay/micropay
🔳
QR Generator
Generate a merchant QR code for the customer to scan. Polls for payment status in real-time.
api/native/qr_request
Order Management
🔍
Query Order
Look up the real-time status and details of a MicroPay order by merchant order ID.
4.2 · api/micropay/queryBill
↩️
Refund
Submit a refund request for a paid order. WavPay notifies the result via callback URL.
4.3 · api/micropay/refund
📑
Query Refund
Check the status of a submitted refund request by the original merchant order ID.
4.4 · api/micropay/queryRefundBill
Developer Tools
📡
API Logs
Inspect every outbound WavPay API call with its cURL command, request body, response body, and headers.
curl · request · response