前言介紹
- 這款 WordPress 外掛「PSP-XML」是 2025-02-11 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-02-13,距離現在已有 80 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
Easy to use | Payment Solution | product check-out | payment-transaction |
內容簡介
總結: 這個 WordPress 外掛透過提供一個易於整合解決方案,簡化了結帳流程。外掛還支援 Google Pay 和 Apple Pay,讓客戶能夠安全地完成交易。
問題與答案:
1. 這個 WordPress 外掛的主要功能是什麼?
答: 這個外掛簡化了結帳流程,提供易於整合的解決方案,支援 Google Pay 和 Apple Pay,讓客戶能夠安全地完成交易。
2. PSP-XML 的 Real-time XML API 允許客戶如何處理信用卡交易?
答: 透過伺服器對伺服器的連線,客戶可以實時處理信用卡交易。
3. 哪些商戶應該使用 Real-time XML API?
答: 開發並整合高度客製化系統的商戶以及無需 PSiGate 收集和存儲信用卡信息的商戶應該使用這個 API。
4. 透過 XML Messenger Interface,交易請求如何被處理?
答: 商戶發送的交易請求將被轉發至 PSiGate 的支付引擎進行實時處理。
5. 這個外掛的主要特點都包括哪些?
答: 可定制的結帳頁面、安全處理 Google Pay 和 Apple Pay 付款、自動生成並列印交易收據以及提供直觀的商戶設置頁面。
原文外掛簡介
This WordPress plugin simplifies the checkout process by providing an easy-to-integrate solution for merchants. With a sleek and customizable checkout page, the plugin also supports Google Pay and Apple Pay, allowing customers to securely complete the transactions.
The PSP-XML’s Real-time XML API allows customers to process real-time credit card transactions via a server-to-server connection. This API is suggested for:
• Merchants developing and integrating a highly customized system
• Merchants who do NOT require PSiGate to collect and store credit card information
The XML Messenger Interface receives transaction requests sent by the Merchant. The transaction requests are then forwarded to PSiGate’s payment engine for real-time processing. An Order element encloses each XML transaction request, meaning that the request must begin with and end with. Each transaction request consists of transaction elements that define the request. The minimum number of transaction elements needed to successfully transmit an order depends on the type of transaction request.
Using Realtime-XML APIs
Merchants who have customized shopping carts and custom checkout pages or might already be using the Realtime-XML APIs for their integration with PSiGate can use this approach to accept payments via Apple Pay.
For convenience to our merchants and to reduce your dependencies, PSiGate will be taking up the authentication of your website with Apple and maintain your merchant account.
Key Features:
• Customizable Checkout Page: Allows merchants to personalize certain fields such as shipping or tax details.
• Transaction Processing: Securely processes payments using Google Pay and Apple Pay, with transactions routed through your custom server endpoint.
• Receipt Printing: Automatically generates and prints detailed receipts for customers after a successful transaction, streamlining post-purchase communication.
• Merchant Settings Page: Provides an intuitive settings page where merchants can configure payment options, modify checkout fields, and manage various customization settings to suit their needs.
Feature list
Check out Page
• Contains all three options for the payment: Credit/Debit card, Google Pay and Apple Pay
• Contains the text fields to get the input values for sending the real-time xml request to the Psi-Gate server and processing the successful payment transaction.
Google Pay Button & Apple Pay
• Enabling users to pay with their saved cards through their Android devices or web browsers.
The Receipt
• After completing the transaction successfully, the printable receipt is generated for user reference.
External services
This plugin connects to the MobilePay by PSiGate API to process payments via Apple Pay and Google Pay. This connection is necessary to complete transactions securely.
Link: https://www.psigate.com/docs/XML%20Interface%20v1.2.20.pdf
Link : https://pay.google.com/gp/p/js/pay.js (This file is required for the Google pay Transactions which is provided by the Google itself)
Data Sent and When
– When a user initiates a payment, the plugin sends transaction details (such as order amount and payment method) to the MobilePay by PSiGate API.
– Merchant data is also sent when creating the transaction.
Privacy Policy
What external service(s) PSP-XML plugin connects to?
– MobilePay by PSiGate : https://www.psigate.com/docs/MobilePayMethods.pdf
Why PSPS_XML plugin needs this service?
– To process payments via Apple Pay and Google Pay
What data is sent to this external service and when?
– Transaction details, merchant information
1.js/googlePay.js:14 var stagingPaymentPro= “https://stagingmobilepay.psigate.com/api/process/google/xmlpayment”;
– To process the payment via Google Pay (test environment)
2.js/googlePay.js:15 var prodPaymentPro=”https://mobilepay.psigate.com/api/process/google/xmlpayment”;
– To process the payment via Google Pay (production environment)
3.js/paymentAction.js:96 var stagingMerchantUrl = “https://stagingmobilepay.psigate.com/api/session/create”;
– This is to verify the request is coming from registered domains for the Apple Pay.(test environment)
4.js/paymentAction.js:99 var prodPaymentPro=”https://mobilepay.psigate.com/api/process/apple/xmlpayment”;
– Sending the transaction details to process the payment for the Apple Pay.(production environment)
5.js/paymentAction.js:97 var prodMerchantUrl = “https://mobilepay.psigate.com/api/session/create”;
– This is to verify the request is coming from registered domains for the Apple Pay.(production environment)
6.js/paymentAction.js:98 var stagingPaymentPro= “https://stagingmobilepay.psigate.com/api/process/apple/xmlpayment”;
– Sending the transaction details to process the payment for the Apple Pay.(test environment)
License
This plugin is licensed under the GPL v3
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PSP-XML」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。