[WordPress] 外掛分享: Zeepay Payment Gateway

首頁外掛目錄 › Zeepay Payment Gateway
WordPress 外掛 Zeepay Payment Gateway 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
全新外掛
安裝啟用
尚無評分
627 天前
最後更新
問題解決
WordPress 4.7+ PHP 5.6+ v1.0.6 上架:2024-05-13

內容簡介

### 總結:
這個 WordPress 外掛能夠輕鬆整合和管理安全支付,支援所有移動錢包的安全付款,包括透過 USSD 和行動支付。此外,這個外掛可以無縫整合到 WooCommerce 結帳頁,讓使用者可以直接在您的網站上進行支付。

### 問題與答案:
1. 如何開始設置和配置 Zeepay 外掛?
- 前往 WooCommerce > 設定,點擊支付選項卡。
- 在支付選項中找到 Zeepay,點擊“設定”。
- 在下一個畫面,配置外掛。請閱讀下面每個選項的功能:
- 啟用/停用 - 勾選此框以在您商店的結帳時啟用 Zeepay。
- Zeepay 支付網關描述 - 在結帳頁面上顯示 Zeepay 作為付款選項,幫助使用者選擇使用 Zeepay 付款。
- 描述 - 控制出現在結帳頁面付款字段下方的消息。利用此處提供更多有關 Zeepay 及其可用付款方式的細節。
- API 金鑰 - 下一個四個文本框用於輸入您的 Zeepay API 金鑰。可以在 Zeepay 外掛文件中獲得。如果在第四步驟啟用了測試模式,則需在此輸入測試 API 金鑰。否則,您可以輸入您的正式金鑰。
- 行動錢包 - 如果啟用,使用者可以選擇使用他們的行動錢包支付。
- 點擊“保存更改”以更新設置。

2. 如果在付款選項中找不到 Zeepay,應該如何解決?
- 確保您已安裝最新版本的 WordPress。
- 確保您已安裝最新版本的外掛。
- 將結帳頁面的短碼設置為[woocommerce_checkout]。
- 確認您已勾選“啟用/停用”選框。
- 在適當的字段中輸入您的 API 金鑰。
- 在設置過程中點擊“保存更改”。

3. 如何簡化 WordPress 支付管理體驗?
- 透過 shop.digitaltermination.com,您可以追蹤支付並管理財務問題。該網站提供簡單的登入方式和可自訂的密碼重設選項,使用者能夠立即查看他們的支付歷史,包括最近的、成功的和失敗的交易。直觀的儀表板提供錢包餘額的即時更新,讓使用者得以優化他們的財務策略。現在就使用 shop.digitaltermination.com 簡化您的 WordPress 支付管理體驗吧。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.6) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Zeepay Payment Gateway」→ 直接安裝(推薦)

原文外掛簡介

Easy Integration process for all your secure payments
Accept all secure payment from Mobile Wallets
Features

Accept payment via USSD, Mobile Money.
Seamless integration into the WooCommerce checkout page. Accept payment directly on your site

Zeepay Setup and Configuration

Go to WooCommerce > Settings and click on the Payments tab
You’ll see Zeepay listed along with your other payment methods. Click Set Up
On the next screen, configure the plugin. There is a selection of options on the screen. Read what each one does below.

Enable/Disable – Check this checkbox to Enable Zeepay on your store’s checkout
Zeepay Payments Gateway Description – This will represent Zeepay on your list of Payment options during checkout. It guides users to know which option to select to pay with Zeepay.
Description – This controls the message that appears under the payment fields on the checkout page. Use this space to give more details to customers about what Zeepay is and what payment methods they can use with it.
API Keys – The next four text boxes are for your Zeepay API keys, which you can get from your Zeepay Plugin documentsion. If you enabled Test Mode in step four, then you’ll need to use your test API keys here. Otherwise, you can enter your live keys.
Mobile Wallet – If enabled user can choose to pay with their mobile wallets.
Click on Save Changes to update the settings.

Troubleshooting:
If Zeepay is not available among the Payment method options, please ensure:

Make sure you have the latest version of WordPress installed.
Make sure you have the latest version of the plugin installed.
You’ve set your checkout page shortcode to [woocommerce_checkout].
You’ve checked the “Enable/Disable” checkbox
You’ve entered your API Keys in the appropriate field
You’ve clicked on Save Changes during setup

Domains
shop.digitaltermination.com, your comprehensive solution for tracking payments and managing finances on your WordPress site. With easy sign-in access and customizable password reset options, users gain instant visibility into their payment history, including recent, successful, and unsuccessful transactions. The intuitive dashboard provides real-time updates on wallet balances, empowering users with actionable insights to optimize their financial strategies. Simplify your WordPress payment management experience with shop.digitaltermination.com today.
$auth_url = “https://shop.digitaltermination.com/oauth/token”;
The auth_url serves as an endpoint for generating an authentication token essential for initiating the payment process. Utilizing provided credentials such as username, password, client ID, and client API key, users can obtain an authentication token required for accessing the payment checkout endpoint.
$base_url = “https://shop.digitaltermination.com/api/v2/instntmny-local/transactions/3rd-party/checkout”;
The base_url denotes an endpoint leading to a payment checkout page. This page will be made accessible to customers on your WordPress site, enabling them to execute payments for their purchases using various mobile money networks.
In order for wordpress site owners to be able to access this endpoints, Owner of wordpress site must provide a static IP of thier site to be whitelisted

文章
Filter
Apply Filters
Mastodon