What problem does it solve?
This Skill resolves the complexity of integrating PayNow's three distinct API systems, preventing common errors in authentication, encryption, and webhook handling for WooCommerce developers.
Core Features & Use Cases
- Multi-System API Reference: Provides clear, separated documentation for REST API (PaymentIntent), Legacy CashFlow (etopm.aspx), and E-Invoice services.
- Security & Encryption: Includes verified implementations for HMAC-SHA256, AES256 (CBC/Zeros), TripleDES, and SHA-1 PassCode generation.
- Use Case: When building a new WooCommerce payment gateway, use this Skill to correctly implement the PaymentIntent flow and verify incoming payment webhooks using the merchant's PrivateKey.
Quick Start
Use the paynow skill to generate the correct HMAC-SHA256 signature for a payment webhook payload using the merchant private key.