Changeset 3238557
- Timestamp:
- 02/11/2025 12:29:07 PM (14 months ago)
- File:
-
- 1 edited
-
payengine-payment-gateway/tags/1.0.0/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payengine-payment-gateway/tags/1.0.0/readme.txt
r3234602 r3238557 14 14 == Description == 15 15 16 A payment gateway integration between WooCommerce and PayEngine. Accept payments from customers using Visa, Mastercard, American Express, Discover, Google Pay, and Apple Pay. This plugin is specifically designed to work with United States Dollar (USD) currency. 16 Consumer preferences for payment methods are rapidly evolving, and businesses need a **seamless, secure, and scalable** payment solution to keep up. **PayEngine** offers a robust and developer-friendly payment gateway, allowing businesses to accept payments effortlessly while ensuring a smooth checkout experience for customers. 17 18 ## 🚀 Boost Conversions with a Seamless Checkout Experience 19 The PayEngine Payment Gateway enables businesses to: 20 21 - **Accept multiple payment methods** – Process transactions via **credit cards, debit cards, Apple Pay, Google Pay,** and other modern payment solutions. 22 - **Offer a seamless user experience** – Ensure fast, mobile-optimized, and **responsive** checkouts across all devices. 23 - **Reduce friction with 3D Secure (3DS)** – Minimize fraud while ensuring a smooth customer experience. 24 - **Process refunds effortlessly** – Easily issue **partial or full refunds** directly from WooCommerce. 25 - **Secure Transactions** – All transactions are processed via PayEngine’s **PCI-compliant** infrastructure. 26 - **Enable both sandbox and live environments** – Test transactions in a safe environment before going live. 27 28 ## Easy Integration & Developer-Friendly API 29 PayEngine offers a **fully-documented API** and **developer-friendly tools** for seamless integration. 30 31 - [View Payment API Documentation](https://docs.payengine.co/developer-docs/) 32 - [Google Pay Documentation](https://docs.payengine.co/developer-docs/processing-payments/google-pay-tm) 33 - [Apple Pay Documentation](https://docs.payengine.co/developer-docs/processing-payments/apple-pay) 34 35 ## 📌 Get Started Today 36 Give your customers a fast, secure, and optimized checkout experience with PayEngine Payment Gateway for WooCommerce. 17 37 18 38 == Installation == … … 22 42 1. Upload the plugin in '/wp-content/plugins/' directory 23 43 2. Activate the plugin through the 'Plugins' menu in WordPress 24 3. Set the plugin settings from payment section in wp admin44 3. Set the plugin settings from the payment section in WP Admin 25 45 26 46 == Frequently Asked Questions == … … 34 54 35 55 == Screenshots == 36 1. No screenshots available for now37 56 38 == External Services == 57 1. PayEngine Card Settings 58 2. PayEngine Apple Pay Settings 59 3. PayEngine Google Pay Settings 60 4. PayEngine Express Checkout Frontend 61 5. PayEngine Card Checkout 39 62 40 This plugin interacts with the following external services for payment processing. These services handle transactions made through PayEngine.41 42 1. **PayEngine Payment Gateway**43 – Site Link: [PayEngine](https://www.payengine.co)44 – Terms of Use: [PayEngine Terms of Service](https://www.payengine.co/terms-of-service)45 – Privacy Policy: [PayEngine Privacy Policy](https://www.payengine.co/privacy-policy)46 47 2. **Payment Solution**48 49 – API Endpoints:50 – Capture Payment:51 – Sandbox: https://console.payengine.dev/api/payment/sale52 – Production: https://console.payengine.co/api/payment/sale53 – Refund Payment:54 – Sandbox: https://console.payengine.dev/api/payment/refund55 – Production: https://console.payengine.co/api/payment/refund56 – Verify 3DS transactions:57 – Sandbox: https://console.payengine.dev/api/merchant/{{MERCHANT_ID}}/3dstransaction/{{TRANSACTION_ID}}58 – Production: https://console.payengine.co/api/merchant/{{MERCHANT_ID}}/3dstransaction/{{TRANSACTION_ID}}59 – JavaScript URL that interacts with Payment Card data:60 – Sandbox: https://console.payengine.dev/js/1.0.0/embed.js?key={{Sandbox Public Key}}61 – Production: https://console.payengine.co/js/1.0.0/embed.js?key={{Production Public Key}}62 – Payment Documentation: [Payment Documentation](https://docs.payengine.co/developer-docs/)63 – Google Pay Documentation: [Google Pay Documentation](https://docs.payengine.co/developer-docs/processing-payments/google-pay-tm)64 – Apple Pay Documentation: [Apple Pay Documentation](https://docs.payengine.co/developer-docs/processing-payments/apple-pay)65 66 Please note that these external services handle the processing and storage of payment data. Make sure you review the respective privacy policies to understand how your data is handled.
Note: See TracChangeset
for help on using the changeset viewer.