Plugin Directory

Changeset 3238557


Ignore:
Timestamp:
02/11/2025 12:29:07 PM (14 months ago)
Author:
payengine
Message:

Added icon, screenshots and update description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • payengine-payment-gateway/tags/1.0.0/readme.txt

    r3234602 r3238557  
    1414== Description ==
    1515
    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.
     16Consumer 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
     19The 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
     29PayEngine 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
     36Give your customers a fast, secure, and optimized checkout experience with PayEngine Payment Gateway for WooCommerce.
    1737
    1838== Installation ==
     
    22421. Upload the plugin in '/wp-content/plugins/' directory
    23432. Activate the plugin through the 'Plugins' menu in WordPress
    24 3. Set the plugin settings from payment section in wp admin
     443. Set the plugin settings from the payment section in WP Admin
    2545
    2646== Frequently Asked Questions ==
     
    3454
    3555== Screenshots ==
    36 1. No screenshots available for now
    3756
    38 == External Services ==
     571. PayEngine Card Settings
     582. PayEngine Apple Pay Settings
     593. PayEngine Google Pay Settings
     604. PayEngine Express Checkout Frontend
     615. PayEngine Card Checkout
    3962
    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/sale
    52             – Production: https://console.payengine.co/api/payment/sale
    53         – Refund Payment:
    54             – Sandbox: https://console.payengine.dev/api/payment/refund
    55             – Production: https://console.payengine.co/api/payment/refund
    56         – 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.