TapTap Pay for WooCommerce
Official TapTap Pay payment gateway for WooCommerce. Self-updates from GitHub releases.
★ 0stars
12release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/taptap-pay/woocommerce/releases/download/v0.0.3/taptap-pay-0.0.3.zipDeclares an update source (https://github.com/TapTap-Pay/woocommerce), so updates arrive through the plugin's own updater.
From the readme
TapTap Pay for WooCommerce
Official WooCommerce payment gateway for TapTap-Pay.
What you get
- Hosted checkout — customers are redirected to TapTap's PCI-scoped checkout host, no card data touches your store.
- Auto-provisioned webhook — paste your API key, save, and the plugin reaches out to the TapTap API to create and verify a webhook subscription pointed at your store.
- V2 HMAC-SHA256 signature verification — every webhook delivery is verified against the per-subscription secret with a 5-minute replay window, in constant time.
- Refunds — refund from the standard WooCommerce order admin "Refund" button. Routes to the underlying TapTap PayIn transaction automatically.
- Self-updating — uses Plugin Update Checker v5 against this repo's GitHub releases. WP polls, downloads, and installs new versions through the standard plugin-update UI.
- HPOS-compatible — works against both the legacy WP-post order store and WooCommerce's new high-performance order storage.
Install
Grab the latest taptap-pay-.zip from the releases page and upload it via WP Admin → Plugins → Add New → Upload Plugin.
After activation you'll be auto-redirected to the gateway settings. Paste:
- API key — min
Read the full README on GitHub →