ExpressPay Payment Module icon

ExpressPay Payment Module

ExpressPay Payment Module is a WordPress plugin with the following stats:

  • #11,539 Global Rank
  • 40+ active installs
  • Since 2021 6 years active

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Bronze54.6
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

26.7
Popularity 40% 40+ active installs
60
Reputation 35% No ratings yet
91.6
Freshness 25% Updated 3 months ago

No active penalty — 1 historical CVE, resolved — details

Download Trends

Loading download data…

Vulnerabilities

1 Total
1 Patched
0 Active
100% Resolved rate
CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

The Express Payments Module plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 1.1.8 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

7.5 High Affected All – 1.1.8 Patched in ✓ 1.1.9 Published 19 Nov 2024 CVE CVE-2024-52474

Vulnerability data provided by Wordfence Intelligence (opens in a new tab). CVE data: Copyright 1999–2026 The MITRE Corporation. CVE Terms of Use (opens in a new tab).

About ExpressPay Payment Module

WordPress plugin for accepting payments through Express Pay service via ERIP, bank cards and E-POS.

Express Pay Payment Module is a WordPress plugin that integrates your website with Express Pay service, allowing you to accept payments through ERIP, bank cards, and E-POS methods.

The plugin adds a payment form to your site using a shortcode and provides payment method settings and invoice management through the WordPress admin panel in the Express Payments menu.

Features

  • Add multiple payment methods in admin panel (ERIP, card, E-POS types)
  • Display payment form on site using shortcode with customizable amount and payment description
  • Generate invoice parameters and signatures (HMAC-SHA1) for Express Pay API v1
  • Test mode support using sandbox environment and test credentials
  • Incoming notification signature verification
  • Allow customers to modify name, address, and amount during payment (optional)
  • Send notifications to customers via email/SMS (optional)
  • Display QR code for ERIP/E-POS payments
  • Invoice list and payment status management in admin panel
  • Support for multiple payment methods on one site

Database Tables

The plugin creates and uses the following WordPress database tables:
* {$wpdb->prefix}expresspay_options — payment methods and their parameters
* {$wpdb->prefix}expresspay_invoices — created invoices and their statuses

Notification Endpoint

For receiving payment notifications, the plugin uses WordPress AJAX endpoint:
/wp-admin/admin-ajax.php?action=receive_notification&type_id=

Configuration

  1. Go to WordPress admin panel Express Payments Settings
  2. Add a new payment method by clicking “Add Payment Method”
  3. Configure the following parameters:

General Settings

  • Name — Display name of payment method (e.g., “ExpressPay (ERIP)”)
  • Type — Payment method type: erip, card, or epos
  • Token — API access token from Express Pay service
  • Service ID — Service number in Express Pay system
  • Secret Word — Secret key for signing payment requests
  • Secret Word for Notification — Secret key for verifying incoming notifications

API URLs

  • API URL — Production API base URL (e.g., https://api.express-pay.by/v1/)
  • Sandbox URL — Sandbox API base URL (e.g., https://sandbox-api.express-pay.by/v1/)
  • Test Mode — Enable/disable sandbox mode for testing

Payment Options

  • ERIP Path — Path in ERIP tree shown to users
  • Show QR Code — Display QR code for ERIP/E-POS payments
  • Use Signature for Notification — Verify incoming notification signatures
  • Can Change Name — Allow customers to modify name during payment
  • Can Change Address — Allow customers to modify address during payment
  • Can Change Amount — Allow customers to modify amount during payment
  • Send Email — Send payment notifications via email
  • Send SMS — Send payment notifications via SMS

E-POS Settings

  • Service Provider Code — E-POS provider code
  • Service E-POS Code — E-POS service code

Usage

Adding Payment Form to Page

Create or edit a page and add the payment form shortcode:

[expresspay_payment amount=25.5 edit_amount=true info="Payment description"]

Shortcode Parameters

  • amount — Payment amount (e.g., 25.5)
  • edit_amount — Allow customer to change amount (e.g., true or false)
  • info — Payment description/purpose
  • method_id — Specific payment method ID (optional, shows all if not specified)

Payment Flow

  1. Customer visits page with payment form
  2. Customer selects payment method and enters details
  3. Customer submits payment
  4. Plugin generates invoice parameters and signature
  5. Customer is redirected to Express Pay service for payment
  6. After successful payment, customer is returned to the page
  7. Plugin verifies payment signature and marks invoice as paid
  8. Express Pay server sends additional notification webhook

Testing in Sandbox Mode

  1. Enable Test Mode in payment method settings
  2. Verify that Sandbox URL is being used
  3. Complete test payment through Express Pay sandbox environment

Requirements

  • WordPress 4.0 or higher
  • PHP 5.6 or higher
  • Outgoing HTTPS access to Express Pay API:
    • Production: https://api.express-pay.by/v1/
    • Sandbox: https://sandbox-api.express-pay.by/v1/
  • Public URL accessibility for receiving webhooks (if site is behind firewall or requires authentication, webhooks will not be delivered)

Support

For installation and configuration instructions, visit:
Express Pay CMS Extensions

Watch video tutorials on our YouTube channel:
Express Pay YouTube

License

This plugin code and documentation is proprietary and provided by Express Pay service.
All rights reserved. Please refer to LICENSE file in plugin directory for details.

Third-Party Services

This plugin connects to Express Pay service for payment processing:
* Service URL: https://express-pay.by/
* API Documentation: https://express-pay.by/docs/api/v1
* Privacy Policy: https://express-pay.by/docs

By using this plugin, you agree to Express Pay Terms of Service.

Screenshots

Payment methods management page

Payment methods management page

Payment form with method selection

Payment form with method selection

Invoice list and status management

Invoice list and status management

QR code display during payment

QR code display during payment

Frequently Asked Questions

How do I add the payment form to my page?

Use the shortcode [expresspay_payment amount=25.5 info="Payment description"] on any page or post. You can customize the amount and description.

How do I test the payment system?

Enable “Test Mode” in the payment method settings. This will use the sandbox environment for testing. You can complete test payments through the Express Pay sandbox.

What payment methods are supported?

The plugin supports:
* ERIP (Belarusian electronic payment system)
* Bank cards (Visa, MasterCard)
* E-POS (electronic payment point of sale)

Are notifications mandatory?

No, but they are recommended. Email and SMS notifications can be enabled/disabled separately in payment method settings.

What do I do if payments aren’t being received?

Check the following:
1. Payment method is enabled in Express Payments Settings
2. Correct API Token and Service ID are configured
3. Webhook URL is publicly accessible (not behind firewall or authentication)
4. Secret keys match the Express Pay service configuration

Ratings & Reviews

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

1.4.0

  • WordPress plugin for Express Pay service
  • Multiple payment methods support (ERIP, cards, E-POS)
  • Payment form shortcode
  • Invoice management
  • Webhook notifications
  • Test mode support
  • QR code display
  • Email and SMS notifications support

Alternatives to ExpressPay Payment Module

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Gold81.7
Deposits & Partial Payments for WooCommerce icon

Deposits & Partial Payments for WooCommerce

Let WooCommerce customers pay orders through deposits or partial installments instead of requiring full upfront payment.

★ 5/5·5K+ installs·Updated 22 Jul 2026
Gold81.2
Accept Stripe Payments icon

Accept Stripe Payments

Accept payments directly on your WordPress site using the Stripe payment gateway.

★ 4.1/5·20K+ installs·Updated 30 Jul 2026
Gold78.3
Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more icon

Knit Pay

Integrates 500+ payment gateways with WordPress plugins including WooCommerce and major processors.

★ 4.9/5·2K+ installs·Updated 22 Jul 2026
Gold77.7
Pronamic Pay icon

Pronamic Pay

Add payment methods like iDEAL, Bancontact, and credit cards to WordPress via integrated gateways.

★ 4.8/5·2K+ installs·Updated 31 Jul 2026
Gold76.8
Paymattic – Secure, Simple Payment & Donation with Subscription Payments, Recurring Donations, Customer Management icon

Paymattic

Create payment forms, donation buttons, and manage recurring subscriptions with customer tracking.

★ 4.8/5·3K+ installs·Updated 7 Jul 2026
Gold75.6
YooMoney for WooCommerce icon

YooMoney for WooCommerce

Adds YooMoney and Kassa payment methods to WooCommerce checkout for merchants accepting these payment gateways.

★ 3.8/5·9K+ installs·Updated 3 Aug 2026