Peymo Payment Gateway

Description

Peymo Payment Gateway allows you to seamlessly accept payments on your WooCommerce store using the Peymo cryptocurrency mobile app. Experience near-instant, low-fee settlements directly to your Solana wallet.

Instead of navigating complex crypto wallet interfaces, your ultimate customers simply scan a dynamic QR code displayed on your checkout page using the Peymo iOS or Android app. The transaction is instantly processed, and your WooCommerce store is securely notified via real-time webhooks, automatically transitioning the order status from Pending to Processing.

Features

  • Instant Settlements: Payments bypass traditional bank wait times and settle rapidly on the reliable Solana blockchain network.
  • Seamless Checkout: Checkout displays a dynamic QR Code with an exact payment amount. Customers just scan to pay!
  • Real-time Synchronization: Built-in WebSockets instantly redirect the customer browser to the Order Success page the moment their mobile transaction confirms.
  • Secure Webhooks: Automatic server-to-server notifications confirm order status changes, preventing spoofing or abandoned carts from remaining pending forever.
  • Idempotency Built-in: Duplicate scan protection ensures an order is only charged exactly once.

How It Works

  1. Create a merchant account on the Peymo platform and verify your Solana wallet address.
  2. Generate your API Public & Secret Keys from the Peymo Merchant Dashboard.
  3. Add the keys inside the WooCommerce -> Settings -> Payments -> Peymo configuration page.
  4. Buyers simply check out, select “Peymo”, and scan the QR code using their Peymo Mobile App!

External Services

This plugin relies on the Peymo API (https://api.peymo.com) as a required external service.

  • What the service is and what it is used for: The Peymo API is the backend infrastructure for processing cryptocurrency payments. It is used to securely authenticate your merchant credentials, dynamically generate payment sessions, and verify transaction statuses in real time.
  • What data is sent and when:
    • During Configuration: Your plugin settings (Public Key, Secret Key, and Store URL) are sent to verify your merchant account.
    • During Checkout: When a customer clicks “Pay”, the plugin sends the WooCommerce Order ID, cart total amount, and currency to the Peymo API to generate the secure payment session. No personal customer data (like names or addresses) is sent.
  • Links to terms and policies: By utilizing this plugin, you agree to our external service data handling policies:
    • Terms of Service: https://www.peymo.com/terms-of-service
    • Privacy Policy: https://www.peymo.com/privacy-policy

Installation

Minimum Requirements

  • WordPress 6.8 or greater
  • PHP version 7.4 or greater
  • WooCommerce 10.6.1 or greater
  • An active SSL Certificate (HTTPS is strictly enforced to protect API credentials)

Manual Installation

  1. Upload the entire peymo-payment-gateway folder to the /wp-content/plugins/ directory of your WordPress installation.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to WooCommerce > Settings > Payments.
  4. Enable “Peymo” and click Manage.
  5. Input your Public Key and Secret Key, then click Save changes.

FAQ

Do I need a cryptocurrency wallet to use this plugin?

Yes. You must register as a merchant on the Peymo platform and configure a valid Solana wallet address to receive the funds.

Which currencies does this support?

Peymo currently supports transactions denominated in USD, EUR, and GBP. Please ensure your WooCommerce base currency is set to one of these three currencies, or the gateway will automatically deactivate itself.

Why did the gateway disable itself?

For security reasons, the Peymo gateway actively blocks configuration if your website is not running over HTTPS (SSL). It will also disable itself if your API keys are invalid or if your store account is deactivated on the Peymo dashboard.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Peymo Payment Gateway” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial Release.
  • Added Secure REST API Webhook implementations.
  • Added real-time Socket.io checkout confirmations.
  • Added SSL requirement validations.
  • Implemented automatic currency validation.