This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Roxpay gateway

Сүрөттөө

RoxPay Gateway adds a RoxPay payment method to WooCommerce using RoxPay API V5.

If you have any question or features request, please access the plugin’s official support page: contact.

External services

This plugin connects to RoxPay through API V5 on the configured RoxPay environment.

What the service is and what it is used for:

RoxPay gateway is a payment gateway service that allows merchants to accept online payments. This plugin integrates with RoxPay to enable users to make payments for products or services offered through your WordPress website.

What data is sent and when:

When settings are saved, the plugin requests authorization for every redirect domain used by the configured payment URLs and synchronizes its signed V5 transaction webhook. When a customer starts a payment, the plugin sends amount, currency, order reference, redirect URLs and metadata needed to reconcile the transaction. API credentials are used only for authentication and are not exposed to the customer.

The plugin exposes a signed local webhook endpoint. RoxPay is hidden at checkout until API credentials are valid and all redirect domains are approved.

Terms of Service and Privacy Policy:

This service is provided by Rox Pay S.r.l.

  • RoxPay Terms of Service: https://www.roxpay.eu/en/terms-and-conditions/
  • RoxPay Privacy Policy: https://www.roxpay.eu/en/privacy-policy/

Account Requirement:

Please note that using this plugin requires an active RoxPay merchant account. You will need to create an account on roxpay.eu and obtain the necessary API credentials to configure the plugin. This plugin does not create a RoxPay account for you.

Data Security:

The connection between your WordPress site and RoxPay’s API is secured using HTTPS. Sensitive data, such as API credentials, are stored in the WordPress options table. Debug logging can be enabled from the gateway settings and is written to WooCommerce logs.

Скриншоттор

Орнотуу

From within WordPress

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Roxpay gateway’
  3. Activate ‘Roxpay gateway’ for WordPress from your ‘Plugins’ menu from WordPress.
  4. Go to WooCommerce > Settings > Payments and activate the payment method
  5. Enter your API credentials and review the webhook settings

Manually

  1. Upload the roxpay-gateway/ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to WooCommerce > Settings > Payments and activate the payment method
  4. Enter your API credentials

Сын-пикирлер

There are no reviews for this plugin.

Contributors & Developers

“Roxpay gateway” is open source software. The following people have contributed to this plugin.

Мүчөлөрү

Translate “Roxpay gateway” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Өзгөртүүлөр

2.0.1 – 2026-08-17

  • Fix Fast checkout button styles on product pages.

2.0.5 – 2026-08-19

  • Send the current storefront language to the RoxPay hosted checkout.

2.0.4 – 2026-08-18

  • Retry once with a new transaction reference when checkout reloads after an existing RoxPay payment link.

2.0.3 – 2026-08-18

  • Improve payment-link diagnostics.

2.0.2 – 2026-08-18

  • Add safe diagnostic logs for Blocks checkout payment-link failures.

2.0.0 – 2026-08-17

  • Upgrade the existing WooCommerce gateway to RoxPay API V5.
  • Automatically synchronize the signed transaction webhook and request redirect-domain authorization.
  • Hide RoxPay until credentials and redirect-domain approvals are valid.
  • Keep WooCommerce refunds and add a RoxPay transaction register under WooCommerce.
  • Add configurable Buy now button on product pages, without replacing the normal checkout.

1.1.8 – 2026-05-19

Keep the RoxPay payment method logo compact in WooCommerce checkout and order payment pages without changing the source image.

1.1.7 – 2026-05-10

Fix webhook filtering for per-payment payloads: use the event field as the payment signal and do not treat data.service.description as the transaction type.

1.1.6 – 2026-05-10

Return a structured WooCommerce failure result from process_payment so the Checkout Block legacy processor never receives false.

1.1.5 – 2026-05-10

Fix Checkout Block editor compatibility detection by using WooCommerce paymentMethodData, adding a cache-busted block script version and keeping the Blocks feature list aligned with the PHP integration.

1.1.4 – 2026-05-10

Support the per-payment WebhookUrl payload shape: event/payment data, data.transaction_metadata, data.payment_reference and data.id.

1.1.3 – 2026-05-09

Production hardening: validate webhook order key and amount, declare WooCommerce HPOS/Blocks compatibility, fix Checkout Block processing hook, avoid undocumented paylink fields and prefer RoxPay remote transaction ids for refunds.

1.1.2 – 2026-05-09

Send the WooCommerce callback as WebhookUrl in each RoxPay payment link and make platform webhook sync optional by default.

1.1.1 – 2026-05-09

Fix webhook order reconciliation by using the RoxPay payload metadata and WooCommerce transaction reference directly, without relying on the RoxPay transaction lookup endpoint.

1.1.0 – 2026-04-28

Refactor and API v4 migration.