Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Lipad Checkout for WooCommerce

Opis

Lipad Checkout lets your store accept payments through Lipad's hosted checkout page. Customers are redirected to a secure Lipad page to pay with M-PESA and other supported methods and be 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 (does not trust callbacks blindly)
  • Webhook (callback) + browser-return handling
  • HPOS (High-Performance Order Storage) compatible
  • Optional debug logging

Developer Documentation

This plugin connects to the Lipad payment gateway API.

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

Slike ekrana

Instalacija

  1. Upload the plugin zip via Plugins Add New Upload Plugin, or extract to /wp-content/plugins/.
  2. Activate it.
  3. Go to WooCommerce Settings Payments Lipad Checkout and enter your credentials.

ČPP

Which currency is supported?

Any currency, provided your Lipad service code/account is configured to settle in it. Set your WooCommerce store currency to match. The API requires whole-number amounts, so totals are rounded to the nearest whole unit.

How do I switch to live?

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

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“Lipad Checkout for WooCommerce” is open source software. The following people have contributed to this plugin.

Doprinositelji

Zapis promijena

3.0.1

  • Documentation update