
內容簡介
這是 Woocommerce 的 LPS 支付網關(API)。
若要註冊 LPS 商戶帳戶以便處理支付交易,請點擊這裡造訪他們的網站。
LPS 支付網關(API)Woocommerce 支付網關允許您在您的 Woocommerce 商店上接受支付,LPS Payments 支援 VISA 和 MASTERCARD 的信用卡和借記卡。
LPS 同時也支援增強交易認證的 3D 安全機制。
特色
信用卡
借記卡
VISA、MASTERCARD
3D 安全機制
多種貨幣支援
LPS API 帳戶設定流程
為了設定 LPS API 商戶處理帳戶,請填寫以下詳細資料並提交至 LPS。
需要提供以下的資料:
* 伺服器 IP 位址
需要提供商戶網頁伺服器的 IP 位址。
變更 IP 位址之前須先通知 LPS。
* 技術聯絡人
技術聯絡人的詳細資料。
* 貨幣需求
處理貨幣詳細資料
* 網站
網站的 URL (會顯示在客戶的電子郵件收據中)
* 公司名稱
商戶公司名稱(會顯示在客戶的電子郵件收據中)
* 發送電子郵件收據的電子郵件地址
請提供發送電子郵件給客戶的電子郵件地址。
* 電子郵件地址收件人收到電子郵件收據
商戶會被自動抄送電子郵件收據。請提供這些郵件要發送的電子郵寄地址。
BILLING AND REPORTING SYSTEM
(請注意,商戶通知我們要開始運轉後,我們才會設置發送到出身系統的電子郵件)
報告系統登入使用者的電子郵件地址
請提供需要獲得 LPS 報告系統存取權的使用者的電子郵件地址清單。密碼會直接發送到指定的電子郵件地址。
帳單系統登入使用者的電子郵件地址
請提供需要獲得 LPS 帳單系統存取權的使用者的電子郵件地址清單。密碼會直接發送到指定的電子郵件地址。
回應欄位
LPS_transaction_id
Fraudscreening_status
Bank_status
Amount
Bank_transaction_no
Bank_authorisation_no
Merchant_ref_number
LPS 回應代碼驗證
「銀行狀態」參數是確認交易狀態的關鍵,可以擁有以下值,並且也提供每個代碼的描述。
00- 銀行已承認的轉帳
05- 銀行已拒絕的轉帳
90- 通訊失敗。請聯絡 LPS
如有任何疑問請聯絡:([email protected])<h3>處理回應</h3>
您可在結帳頁面中處理銀行回應代碼。
(例如:LPS_transaction_id 是其中一個銀行回應欄位,宣告變數。
步驟 1:class-woocommerce-lpsapi-payment-gateway.php
session_start();
$_SESSION[‘transationid’] = $LPS_transaction_id;
步驟 2:woocommerce->template->checkout->thank you.php
步驟 3:查詢:外掛資料夾->開始運轉->截圖 5。
測試帳戶詳細資訊
我們會提供測試帳戶的詳細資訊。請聯絡([email protected])
外掛標籤
開發者團隊
② 後台搜尋「WooCommerce LPS Payment Gateway (API)」→ 直接安裝(推薦)
原文外掛簡介
This is a LPS Payment Gateway (API) for Woocommerce.
To signup for LPS merchant account in order to process payment transactions visit their website by clicking here
LPS Payment Gateway (API) Woocommerce Payment Gateway allows you to accept payment on your Woocommerce store, LPS Payments supports Credit & Debit Cards on VISA & MASTERCARD card schemes.
LPS also supports 3dsecure for enhanced transaction authentication.
Features
Credit Cards
Debit Cards
VISA, MASTERCARD
3dSecure
Multicurrency
LPS API ACCOUNT SETUP PROCESS HERE
In order to setup an LPS API merchant processing account, the following details needs to be filled in and submitted to LPS.
The following information is required:
*IP address of server
The IP address of the merchant web server needs to be provided.
Please notify LPS before changing your IP address.
*Technical Contact
Technical contacts details.
*Currencies Required
Processing Currency Details
*Website
URL of the website (will be shown on customer email receipt)
*Company Name
Merchant Company Name (will be shown on customer email receipt)
*Email address for Sending Email receipts
Please provide the “sent from” e-mail address for e-mails sent to customers (.i.e.)
*Email Address for Receipt of Email receipts
The merchant is BCC’d on all receipts sent to customers. Please provide an e-mail address for these mails to be sent to.
BILLING AND REPORTING SYSTEM
(Please note, email access to the Billing and Reporting system will be set up once the Merchant notifies us that they wish to go live)
Email Address for Reporting System login username
Please provide list of user’s email addresses who’ll need access to the LPS Reporting System. The passwords will be sent directly to the specified email addresses.
Email Address for Billing System login username
Please provide list of user’s email addresses who’ll need access to the LPS Billing System to download statements. The passwords will be sent directly to the specified email addresses.
RESPONSE FIELDS
LPS_transaction_id
Fraudscreening_status
Bank_status
Amount
Bank_transaction_no
Bank_authorisation_no
Merchant_ref_number
LPS Response codes validation
The “Bank status” parameter holds the key to identifying the transaction status and it can carry the following values and the corresponding description of each code is also provided.
00-Recredit accepted by bank
05-Recredit rejected by bank
90- Communication Failure. Please contact LPS
If you have any queries get in touch: ([email protected])
Handling responses
You may handle bank response code in your checkout page.
(example: $LPS_transaction_id one of the bank response field. declare the variable
Step 1: class-woocommerce-lpsapi-payment-gateway.php
session_start();
$_SESSION[‘transationid’] = $LPS_transaction_id;
Step 2: woocommerce->template->checkout->thank you.php
Step 3: output: vissit plugin folder->get_started->screenshot-5.png
Test Account Details
We will be providing test account details. contact([email protected])
