Lipad Checkout

外掛說明

Lipad Checkout for WooCommerce lets your store accept payments through Lipad’s hosted checkout page. Customers are redirected to a secure Lipad page to pay and then returned to your store once done.

Features:

  • Single-screen switch between Sandbox and Production
  • Generates and caches access tokens from your consumer key/secret per environment
  • Idempotent transactions using a per-order UUID
  • Status reconciliation via status query
  • Webhook (callback) + browser-return handling
  • HPOS (High-Performance Order Storage) compatible
  • Optional debug logging

Developer information

This plugin connects to the Lipad payment gateway APIs to initiate checkouts and query their status. Order and payer data (amount, name, email, phone, order reference) are sent to Lipad to process payments.

Developer documentation: https://developer.lipad.io

安裝方式

  1. In your WordPress admin, go to Plugins Add New and search for “Lipad Checkout”.
  2. Click Install Now, then Activate.
  3. Ensure WooCommerce is installed and active.
  4. Go to WooCommerce Settings Payments and enable Lipad Checkout.
  5. Click Manage, then select your environment (Sandbox or Production).
  6. Enter your consumer key, consumer secret, service code, and account number for that environment.
  7. Set your WooCommerce store currency to match your Lipad account, then save.

常見問題集

Which currency is supported?

Any currency, provided your Lipad service code is configured to settle in it. Set your WooCommerce store currency to match.

How do I switch to live?

Change the Environment dropdown to Production and enter your live keys and service code.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Lipad Checkout〉的開發相關工作。

參與者

將〈Lipad Checkout〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

3.0.4

  • Documentation update