內容簡介
MyCPO Payments 外掛可讓 WooCommerce 網站輕鬆整合 MyCPO 付款服務,安全處理信用卡交易,並確保顧客資料的保密性。
【主要功能】
• 支援 WooCommerce 進行信用卡交易
• 連接 MyCPO Payments API
• 提供測試與正式環境的連接
外掛標籤
開發者團隊
原文外掛簡介
Full description
Development
This plugin uses build tools (npm + webpack) to generate the production-ready minified JS and CSS files located in /assets/dist/.
The original, non-minified source code is available in the /assets/src/ directory of this plugin.
External services
This plugin connects to the MyCPO Payments API to process credit card transactions via WooCommerce.
It communicates with the following endpoints:
– Sandbox/Test environment: https://sandbox-gateway.mycpodashboard.com and https://sandbox.mycpodashboard.com
– Live environment: https://gateway.mycpodashboard.com
The following data is sent to the MyCPO API during a payment:
– Customer billing information (name, email, billing address)
– Payment information (card details, amount, currency)
– Order details (products, quantities)
No other personal data is transmitted.
The MyCPO service is provided by MyCPO LLC.:
– Terms of Service: https://getmycpo.com/terms
– Privacy Policy: https://getmycpo.com/privacy
