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:
This plugin is built for WooCommerce stores. It is not developed by, affiliated with, or endorsed by WooCommerce or Automattic.
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:
POST /api/merchant/checkout/sessions to the configured uniple API base URL.amountJpyc, the WooCommerce order ID as clientReferenceId, the order description / order number, the configured merchant label, a one-line item summary, the success URL, the cancel URL, and the webhook URL.Authorization header and a plugin User-Agent containing the plugin version, WordPress version, and WooCommerce version.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 plugin User-Agent./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: