
內容簡介
總結:
Freecharge 付款網關是一個功能強大且無縫的支付處理解決方案。通過 Freecharge 安全伺服器,可安全地使用信用卡、借記卡或網路銀行進行支付。將此外掛程式整合到您的 WooCommerce 商店中,可讓客戶輕鬆地進行安全交易。可適用於 WooCommerce 版本>=2.0,包括新的 8.0 版本。
問題與答案:
1. 哪些版本的 WordPress 和 WooCommerce 是 Freecharge 付款網關相容的?
- WordPress 版本>=3,WooCommerce 版本>=2.0。
2. Freecharge 付款網關整合需要哪些資格證書?
- 商家ID和商家金鑰。
3. 提供哪些付款網關模式選擇?各自的用途是什麼?
- 測試模式(Sandbox):用於測試外掛程式。
- 正式模式(Production):用於進行實際支付。
4. 用途是什麼?
- 用於發起一個支付交易。
5. 用途是什麼?
- 用於檢查支付交易的狀態。
6. 用途是什麼?
- 用於處理退款請求。
7. Freecharge WooCommerce 外掛程式釋出使用哪個授權許可?
- GPLv3 授權。
外掛標籤
開發者團隊
② 後台搜尋「Freecharge PG for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
The Freecharge Payment Gateway is a powerful solution for seamless payment processing. Pay securely by Credit or Debit card or Internet Banking through Freecharge Secure Servers. By integrating this plugin into your WooCommerce store, you enable customers to make secure transactions with ease. It adds a new payment option at checkout, guiding users to the Freecharge website for payment completion.
This is compatible with WooCommerce>=2.0, including the new 8.0 release.
Dependencies
WordPress v3 and later
Woocommerce v2.0 and later
PHP v7.0 and later
Configuration
Go to your WordPress admin and turn on the “Freecharge” plugin in the Plugin Manager.
Log in to your WooCommerce Webstore. Then, click on “Settings” and choose the “Payments” tab.
Following credentials are required for the integration that is shared over welcome email.
Merchant ID
Merchant Key
Select mode of payment gateway.
Sandbox – For Testing your Plugin.
Production – For doing actual payment through Freecharge.
Return Page: This is your post-payment redirect URL.
WordPress Database
Make sure you are connected with the WordPress Database.
This is the official Freecharge Plugin that utilizes the Freecharge payment gateway service to process transactions securely. Freecharge Payment is a trusted service that facilitates online payments.
This WooCommerce plugin integrates seamlessly with our internal services via API calls to facilitate transactions. Below are the endpoints required for its operation:
Production Checkout URL: https://secure-axispg.freecharge.in
Sandbox Checkout URL: https://sandbox-axispg.freecharge.in
Checkout Endpoint: /payment/v1/checkout
Transaction Status Endpoint: /payment/v1/txn/status
Refund Endpoint: /payment/v1/refund
API Endpoints Utilized
Checkout Endpoint:
URL in Production: https://secure-axispg.freecharge.in/payment/v1/checkout (constant is FCPGZ_PROD.FCPGZ_CHECKOUT)
URL in Sandbox: https://sandbox-axispg.freecharge.in/payment/v1/checkout (constant is FCPGZ_SANDBOX.FCPGZ_CHECKOUT)
Usage: This endpoint is used to initiate a payment transaction.
Transaction Status Endpoint:
URL in Production: https://secure-axispg.freecharge.in/payment/v1/txn/status (constant is FCPGZ_PROD.FCPGZ_STATUS)
URL in Sandbox: https://sandbox-axispg.freecharge.in/payment/v1/txn/status (constant is FCPGZ_SANDBOX.FCPGZ_STATUS)
Usage: This endpoint is used to check the status of a payment transaction.
Refund Endpoint:
URL in Production: https://secure-axispg.freecharge.in/payment/v1/refund (constant is FCPGZ_PROD.FCPGZ_REFUND)
URL in Sandbox: https://sandbox-axispg.freecharge.in/payment/v1/refund (constant is FCPGZ_SANDBOX.FCPGZ_REFUND)
Usage: This endpoint is used to process refund requests.
License
The Freecharge WooCommerce plugin is released under the GPLv3 license. See the LICENSE file for the complete LICENSE text.
Third-Party Services
This plugin relies on third-party services provided by Freecharge for payment processing. By using this plugin, you agree to the terms and privacy policies of Freecharge.
Freecharge Privacy Policy
Freecharge Terms and Conditions
Please review these documents to understand how your data is managed and protected.
