Uniple Checkout For WooCommerce Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
uniple checkout for WooCommerce lets merchants accept JPYC, a Japanese yen stablecoin / electronic payment instrument (電子決済手段), through uniple’s hosted checkout.
Shoppers choose the uniple payment method in WooCommerce and are redirected to the uniple checkout page. uniple handles wallet connection and settlement, then returns the shopper to the WooCommerce order-received page. Payment confirmation is applied through a signed webhook, with a server-side session lookup fallback when the return page is reached before the webhook arrives.
Features:
- Redirect-only WooCommerce payment gateway.
- Classic checkout and Cart / Checkout Blocks support.
- High-Performance Order Storage (HPOS) compatibility.
- HMAC-SHA256 signed webhook verification.
- Atomic webhook idempotency lock and event history.
- Return URL order key verification and live lookup fallback.
- Masked API key and webhook secret fields in the WooCommerce admin.
This plugin is built for WooCommerce stores. It is not developed by, affiliated with, or endorsed by WooCommerce or Automattic.
External services
This plugin connects to the uniple hosted checkout API. The default service endpoint is https://uniple.io; the settings screen also permits https://dev.uniple.io for test use.
The plugin sends data to uniple only when it needs to create or verify a checkout session:
- When a shopper places an order with the uniple payment method, the plugin sends
POST /api/merchant/checkout/sessionsto the configured uniple API base URL. - The session creation request includes the order total as
amountJpyc, the WooCommerce order ID asclientReferenceId, the order description / order number, the configured merchant label, a one-line item summary, the success URL, the cancel URL, and the webhook URL. - The session creation request also includes the merchant API key in the
Authorizationheader and a pluginUser-Agentcontaining the plugin version, WordPress version, and WooCommerce version. - When the shopper returns from hosted checkout before the webhook has completed the order, the plugin may send
GET /api/merchant/checkout/sessions/{sessionId}to verify the session status. This request includes the uniple session ID, the merchant API key, and the same pluginUser-Agent. - uniple sends payment webhooks back to the store at
/wp-json/uniple/v1/webhook. The plugin verifies the webhook signature locally with the configured webhook secret.
The plugin does not send full billing addresses, shipping addresses, customer account details, card details, wallet private keys, or browser cookies to uniple.
Service documentation and legal terms:
- uniple: https://uniple.io/
- Terms of Service: https://uniple.io/terms/
- Privacy Policy: https://uniple.io/privacy/
Screenshots
No screenshots provided

