Skip to content

YeePay

Updated: 7/26/26, 5:36:13 PM

Channel Overview

An aggregated payment channel by YeePay (YOP platform), supporting WeChat, Alipay, UnionPay QR and H5. DaxPay integrates via YeePay YOP SDK.

Supported Payment Methods

  • Aggregated QR: No specific channel, auto-detected on scan
  • WeChat QR (merchant scan): Channel set to WeChat
  • Alipay QR (merchant scan): Channel set to Alipay
  • UnionPay QR (merchant scan): Channel set to UnionPay
  • WeChat H5: Invoke WeChat payment in mobile browser
  • Alipay H5 / WAP: Invoke Alipay payment in mobile browser

Configuration

Add this channel in the Admin panel under "Channel Management":

  • YeePay Merchant No (merchantNo)
  • YeePay Service Provider No (parentMerchantNo / yopIsvNo)
  • Channel App Key (YOP app identifier)
  • Merchant RSA private key (PEM PKCS#8)
  • YeePay platform RSA public key (PEM, for verification)
  • WeChat App ID / App Secret (for WeChat H5 / JSAPI, optional)

Signature

RSA (PEM PKCS#8, YOP SDK handles signing and verification automatically)

Callback Handling

  • Async notification callback supported
  • Callback URL must be configured in the YeePay merchant platform

Notes

  • Implemented in channel-two sub-app, startup module not yet enabled
  • Configure callback URL in YeePay platform
  • YOP SDK handles signing automatically

Released under the GNU LGPL v3.0