Title: Payment Gateway for Redsys &amp; WooCommerce Lite
Author: Jose Conti
Published: <strong>June 13, 2017</strong>
Last modified: June 27, 2026

---

Search plugins

![](https://ps.w.org/woo-redsys-gateway-light/assets/banner-772x250.png?rev=3048564)

![](https://ps.w.org/woo-redsys-gateway-light/assets/icon-256x256.png?rev=2692750)

# Payment Gateway for Redsys & WooCommerce Lite

 By [Jose Conti](https://profiles.wordpress.org/jconti/)

[Download](https://downloads.wordpress.org/plugin/woo-redsys-gateway-light.7.0.2.zip)

 * [Details](https://test.wordpress.org/plugins/woo-redsys-gateway-light/#description)
 * [Reviews](https://test.wordpress.org/plugins/woo-redsys-gateway-light/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/woo-redsys-gateway-light/#installation)
 * [Development](https://test.wordpress.org/plugins/woo-redsys-gateway-light/#developers)

 [Support](https://wordpress.org/support/plugin/woo-redsys-gateway-light/)

## Description

#### Light version Features

This is the Light version of the Redsys for WooCommerce Premium at WooCommerce.com.

You can find the PRO version at [plugins.joseconti.com](https://plugins.joseconti.com/product/plugin-woocommerce-redsys-gateway/)

With this extension, you get all you need to use Redsys Gateway.

 * Always compatible with the latest WooCommerce version.
 * PSD2 Compatible
 * Redsys Redirection Lite
 * Bizum Lite
 * Apple & Google Pay redirection
 * Inespay Lite
 * WPML compatible.
 * Works with SNI certificates like Let’s Encrypt, EX: SiteGround, HostFusion, etc
 * Gateway language selection from settings.
 * Checkout logo customization.
 * Added checkout logo customization.

Why is it not compatible with versions of WooCommerce lower than 2.9? Because they
have vulnerabilities, and I will not support versions that you should not use.

#### Premium version Features

Check [Redsys for WooCommerce Premium version](https://plugins.joseconti.com/product/plugin-woocommerce-redsys-gateway/)

 * Credit card Form in the Checkout as Stripe (InSite)
 * Redsys redirection with Modal (Customer doesn’t leave the site.)
 * Bizum
 * Bizum InSite (Bizum without leaving the site)
 * MasterPass
 * Google Pay
 * Apple Pay
 * Preauthorizations, global or product by product.
 * Approve preauthorizations from WooCommerce order
 * Bulk approve Pre-authorizations from Orders List
 * Subscriptions (Woo Subscriptions, Yith Subscriptions premium y SUMO Subscriptions).
 * Bank transfers
 * Direct debits
 * Pay in a Modal without leaving the site.
 * Always compatible with WooCommerce & Continuous audits by WooCommerce Team.
 * WPML compatible.
 * Works with SNI certificates like Let’s Encrypt, EX: SiteGround, HostFusion, etc
 * Gateway language selection from settings.
 * Checkout logo customization.
 * Tokenization
 * Pay with 1 click
 * Pay with 1 click without leaving the website
 * Pay with 1 click from product page.
 * Bulk Charge orders from the Orders List (With Tokens).
 * Direct Debit
 * Private Products
 * Infinite Terminals number.
 * Sequential Invoice Number, essential in Spain by the Public Treasury.
 * Refund from Order.
 * Error action selection, what do you want that happen when a user makes an error
   on the Gateway?
 * Export Order to CSV, export all date orders between two dates to CSV.
 * Pay with 1 click.
 * Virtually Unlimited Terminals, FUC’s, etc. Special developed Filter for it.
 * emails to admin and customers when there is an error paying at Redsys.
 * Check at Thank you page. If a customer arrives on to Thank you page and the order
   has not been marked as paid, an email is sent to the administrator.
 * Widget to easily add the Credit Card image required by redsys
 * And more to come.

### 7.0.2

 * Security Fix: Added Inespay notification signature (signatureDataReturn / HMAC-
   SHA256) and amount verification in the Inespay callback to prevent unauthenticated
   payment forgery. The 7.0.1 signature hardening did not cover the Inespay gateway.
   Thanks to Shivamani Vastrala for the responsible disclosure.
 * Fix: Restored the “+” characters in the received Ds_MerchantParameters before
   validating the notification. On some servers/proxies the “+” of the standard 
   Base64 arrives as a space and sanitize_text_field() collapsed it, breaking the
   JSON decoding and the signature check (signature did not match), so valid payments
   were rejected. Applied to the Redsys, Bizum and Google Pay gateways.
 * Fix: The merchant SHA-256 secret key is now trimmed before use, so accidental
   leading/trailing spaces no longer cause signature mismatches.

### 7.0.1

 * Security Fix: Added cryptographic signature (Ds_Signature) verification in successful_request()
   for Redsys, Bizum, and Google Pay gateways to prevent payment forgery via the
   Order Received page.
 * Fix: Test SHA-256 secret was being overwritten with the production secret in 
   successful_request(), causing signature validation failures in test mode.

### 7.0.0

 * NEW: Plugin renamed to “Payment Gateway for Redsys & WooCommerce”.
 * NEW: Added Inespay payment gateway.
 * Several code improvements and fixes.

### 6.5.0

 * Added translation files to /languages plugin folder.

### 6.4.0

 * Updated hook for mark payments as made bu URL Params.
 * Fixed Redsys Data translation in Thankyou Page.

### 6.3.1

 * Fixed fatal error in Bizum notification.
 * Fixed PHP Warning: Undefined variable $redsys.
 * Fixed PHP Warning: Attempt to read property “debug” on null in woocommerce-redsys.
   php on line 317

### 6.3.0

 * Fixed Google Pay logo checkout.
 * Now orders are marked as paid if Redsys adds parameters to the URL.

### 6.2.2

 * Updated escaping in Bizum from esc_html_ to kses.
 * Removed Merchant Module.

### 6.2.1

 * Fixed Deprecated $logo.
 * Added elseif.
 * Added wp_kses.
 * removed extra items in array().
 * removed some strings (iupay).
 * Removed duplicated items.
 * Moved Class inicialization.
 * Removed iUpay Strings.

### 6.2.0

 * Fixed a double “Code” tag in Redsys redirection description. https://github.com/
   joseconti/woo-redsys-gateway-light/issues/22
 * Fixed many Deprecated.

### 6.1.3

 * FIX: Refunds in Google Pay redirection.

### 6.1.2

 * FIX: Enhanced update_order_meta() for accept array() values.

### 6.1.1

 * FIX: API function ERROR

### 6.1.0

 * NEW: Removed support for PHP < 7.
 * UPDATE: Compatibility with PHP 8.2 & 8.3
 * UPDATE: Code is Poetry
 * UPDATE: Some Links
 * FIX: Fixed an issue where Redsys notification to the site would fail if the terminal
   was in test mode and the real SHA256 was not entered in Bizum and Google Pay 
   redirection.

### 6.0.0

 * NEW: Added Google Pay redirection.
 * UPDATE: Many links updated.

### 5.3.0

 * FIXED: Fixed Bizum redirection with some themes.
 * FIXED: Fixed One Billion Order Bug.
 * UPDATE: Merged some security Pulls from Github React.
 * UPDATE: Declared compatibility with WooCommerce 8.3 & WordPress 6.4.

### 5.2.2

 * FIXED: Fixed refunds with Redsys redirection.

### 5.2.1

 * FIXED: Fixed a problem with Italy. This update is mandatory!

### 5.2.0

 * Improved: Country code EMV3DS
 * Improved: Phone country code.

### 5.1.0

 * NEW: Bizum Checkout logo customization.
 * NEW: Added option What to do after payment to Bizum.
 * Improved: Smaller default Bizum logo.
 * FIXED: A fatal error when Bizum Payment is not paid.
 * FIXED: Fixed Bizum update status.

### 5.0.1

 * FIXED: Fixed an error cleaning Order number.

### 5.0.0

 * NEW: HPOS compatibility.
 * NEW: Declared WordPress 6.1 compatibility.
 * NEW: Declared WooCommerce 7.1 compatibility.
 * Fixed: The default Redsys logo at Checkout is shown again.
 * Fixed: Fixed a problem with Bizum. Under some circumstances, orders were not 
   marked as paid.

### 4.0.0

 * NEW: WooCommerce Checkout Block Compatibility.
 * NEW: Refactoring for add code order.
 * NEW: Added LWV SCA.

### 3.0.6

 * FIXED: fixed a bug introduced in v3.0.5. Now refunds are marked again as refunds.

### 3.0.5

 * NEW: Now check if the Order is paid before taking action. Related problem > https://
   wordpress.org/support/topic/pedido-cancelado-por-redsys-despues-del-pago/#post-
   15280747

### 3.0.4

 * NEW: Now you can set a limit cart amount for use Bizum.
 * NEW: Now the customer name is sent to Redsys.
 * Fixed Thank you page error when directly acceded without associated order ID.

### 3.0.3

 * Fixed missing translation string (The Redsys Authorization number is:)
 * Fixed Bizum field duplication. Some servers make fatal errors.
 * Declared compatibility with WordPress 5.7
 * Declared compatibility with WooCommerce 5.3

### 3.0.2

 * Fixed an issue where the Redsys authorization number message was displayed on
   the thank you page even if the order was not with Redsys.
 * Fixed all Bizum text-domain that I had inherited from the premium plugin.
 * Fixed: Now, the checkout warning about test mode is not shown if the gateway 
   is disabled in WooCommerce.
 * Declared compatibility with WooCommerce 4.9

### 3.0.1

 * Fixed a problem with PHP 8.0

### 3.0.0

 * New: Added PSD2 Compatibility
 * New: Added Bizum
 * Declared compatibility with WooCommerce 4.7
 * Declared compatibility with WordPress 5.6

### 2.1.0

 * New: Added a notice in the checkout when Redsys for WooCommerce is in Test Mode.
 * Fixed PHP Notices when you visit the callback URL.
 * Fixed the Admin Notice URL.
 * Declared compatibility with WooCommerce 4.2

### 2.0.1

 * Declared compatibility with WooCommerce 4.1

### 2.0.0

 * New: Added refunds.

### 1.5.0

 * New: Added new Redsys Languages.
 * Removed export tab
 * Declared compatibility with WooCommerce 4.0

### 1.4.1

 * Fixed a bug with the SHA256 Test field

### 1.4.0

 * NEW: Added a new settings field for SHA256 Test mode.

### 1.3.10

 * Now, when an Order is canceled on Redsys side, it is canceled in WooCommerce.
 * Removed PSD2 / SCA notice.
 * Added Telegram Redsys Channel notice.

### 1.3.9

 * Fixed ARS (Peso argentino) currency
 * Added a notice linking to PSD2 / SCA. Post.
 * Fixed translation domain on some strings

### 1.3.8

 * Added MXN currency
 * Fixed a problem with amounts less than 1.
 * Declared compatibility with WooCommerce 3.7

### 1.3.7

 * Added +230 new currencies supported by Redsys.
 * Added an admin notice to link to a post explaining new features.

### 1.3.6

 * Improved WooCommerce Order processing when “Mark as completed” is selected.
 * Improved some string translations.

### 1.3.5

 * Now, if an Order is canceled by Redsys, it is canceled at WooCommerce

### 1.3.4

 * Fixed dismissible admin_notice. Now you can dismiss it forever.

### 1.3.3

 * Removed admin notice about SHA256.
 * Added notice about Forums help.

### 1.3.2

 * Fixed URLs on the About page.
 * Fixed encoded Date & hour at order edit page.

### 1.3.1.1

 * Missing CSS file.

### 1.3.1

 * Added useful links on Redsys Settings.

### 1.3.0

 * Now you can select if the order has to be marked as complete or as Processing(
   WooCommerce Default).

### 1.2.2

 * Fixed a translation error.

### 1.2.1

 * Fixed a problem in some server settings that the plugin crashed at activation.

### 1.2.0

 * Removed iupay and added payment options in Redsys setting page. Now you can select
   if you want Iupay or not from settings.
 * Fix: Fixed a bug with amounts less than 1€.

### 1.1.1

 * Removed message about Mcrypt when PHP is 7.0 or above

### 1.1.0

 * Added Redsys API for PHP 5.x and 7.x
 * Added ability to customize checkout logo.

#### 1.0.1

 * NEW: Added logo customization
 * Updated spinner. This update improves gateway redirection.

#### 1.0.0

 * First public release.

## Screenshots

[⌊Welcome screen: Latest updates & premium version.⌉⌊Welcome screen: Latest updates&
premium version.⌉[

Welcome screen: Latest updates & premium version.

[⌊Redsys: Redsys settings screenshot.⌉⌊Redsys: Redsys settings screenshot.⌉[

Redsys: Redsys settings screenshot.

[⌊Iupay: Iupay settings screenshot.⌉⌊Iupay: Iupay settings screenshot.⌉[

Iupay: Iupay settings screenshot.

[⌊Language: Set the Redsys Gateway Language.⌉⌊Language: Set the Redsys Gateway Language
.⌉[

Language: Set the Redsys Gateway Language.

## Installation

 * Unzip the files and upload the folder into your plugins folder (wp-content/plugins/)
   overwriting old versions if they exist
    - Activate the plugin in your WordPress admin area.
    - Open the settings page for WooCommerce and click the “Payment Gateways” tab
    - Click on the sub tab for “Redsys/Servired”
    - Configure your Redsys settings.

## Reviews

![](https://secure.gravatar.com/avatar/9e556b5cdf1c37e5d7cbba6c0da45c65ba66c020b96261a44cde64bdbea9bb18?
s=60&d=retro&r=g)

### 󠀁[Mucho mejor que el oficial!](https://wordpress.org/support/topic/mucho-mejor-que-el-oficial/)󠁿

 [Miguel Ángel Villar](https://profiles.wordpress.org/mianviru2/) March 14, 2026

Funciona mucho mejor que el plugin oficial que te da el banco, el del BBVA siempre
da algún error que encima llamas y no saben que decirte, te toman nota y ya te llamarán…
pones los mismos datos en este y a la primera siempre, de 10!!!

![](https://secure.gravatar.com/avatar/a2b61f503410ce8f5080b68da9bdcf8c835b3f4855f28d68fb14cdc7df1f27de?
s=60&d=retro&r=g)

### 󠀁[Funciona muy bien](https://wordpress.org/support/topic/funciona-muy-bien-145/)󠁿

 [luismumadrid](https://profiles.wordpress.org/luismumadrid/) May 12, 2026

Perfecto para Woocommerce

![](https://secure.gravatar.com/avatar/0ad4b34838b0af27eeb056c879a2265ec5c8cbc38a264c247e463c843465498d?
s=60&d=retro&r=g)

### 󠀁[Great support by Jose! 🙂](https://wordpress.org/support/topic/great-support-by-jose/)󠁿

 [orschiro](https://profiles.wordpress.org/orschiro/) April 14, 2025

Much appreciate your help, thanks Jose.

![](https://secure.gravatar.com/avatar/2e5ffa077c726e72995d397f329f01dfc9e87a6b45f0cf850847b6f1f2ebfad6?
s=60&d=retro&r=g)

### 󠀁[Perfecto plugin. Excelente soporte](https://wordpress.org/support/topic/perfecto-plugin-excelente-soporte/)󠁿

 [DptoWebAV](https://profiles.wordpress.org/webavante/) November 12, 2024

El plugin funciona genial. Tiene una gran cantidad de configuraciones para que la
pasarela comunique lo mejor posible con el terminal, varios add ons interesantes
como las push, con mucha comunicación automática para el usuario y el admin. Se 
puede integrar tarjeta, Bizum… todo perfecto. Pero los dos temas más importantes
que veo yo (dejo la reseña en español en lugar del acostumbrado inglés del “WP Environment”
de los plugins, porque creo que esto le interesa sobre todo a los usuarios de habla
hispana de Redsys): De los pocos, por no decir el único plugin, que permite una 
eficaz gestión de los pagos por suscripciones (tan de moda hoy en día) cuando tienes
contratado Redsys como terminal. Y ojo a lo que os digan los bancos. Lo que os ofrecen
no sirve. Si queréis vender lo que sea por suscripción con Redsys, necesitaréis 
una pasarela de pago (no os valdrá la que os ofrecen ellos gratis) y ahí entra José
Conti que nos ha dado la solución perfecta. José Conti. Él es el segundo punto a
destacar de este plugin. Su inmejorable disposición para el soporte de su producto.
Hablo de la versión de pago, claro. Según las necesidades del negocio, puede que
os haga falta dar el paso a la versión premium. Aquí mi recomendación. Si alguna
vez ha sido una decisión clara, el pasar a una versión de pago de un plugin (muchos
dudarán en este punto), ésta es una de esas veces que la decisión es acertada. TOTALMENTE.

![](https://secure.gravatar.com/avatar/83b21ee2f405251b0d09d91c3b56764b8ef19fd81cae4954dacd1520a7ab26cc?
s=60&d=retro&r=g)

### 󠀁[It does what it needs to do](https://wordpress.org/support/topic/it-does-what-it-needs-to-do-3/)󠁿

 [Ana Cirujano](https://profiles.wordpress.org/acirujano/) October 9, 2024

The best part is the support.

![](https://secure.gravatar.com/avatar/6caefe3e112f606ddf5add21fb382d1b46197e1a326e256928928bd28f3c527d?
s=60&d=retro&r=g)

### 󠀁[Funciona perfectamente y soporte increíble 10/10](https://wordpress.org/support/topic/funciona-perfectamente-y-soporte-increible-10-10/)󠁿

 [xemita](https://profiles.wordpress.org/xemita/) June 26, 2024

El plugin de pasarela de pago de Redsys para Woocommerce funciona a la perfección,
cambié para utilizar Bizum y muy contento. Y el soporte es de 10, inmediato y muy
amable. Muchas gracias!

 [ Read all 87 reviews ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/)

## Contributors & Developers

“Payment Gateway for Redsys & WooCommerce Lite” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ Jose Conti ](https://profiles.wordpress.org/jconti/)

“Payment Gateway for Redsys & WooCommerce Lite” has been translated into 7 locales.
Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/woo-redsys-gateway-light/contributors)
for their contributions.

[Translate “Payment Gateway for Redsys & WooCommerce Lite” into your language.](https://translate.wordpress.org/projects/wp-plugins/woo-redsys-gateway-light)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/woo-redsys-gateway-light/),
check out the [SVN repository](https://plugins.svn.wordpress.org/woo-redsys-gateway-light/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/woo-redsys-gateway-light/)
by [RSS](https://plugins.trac.wordpress.org/log/woo-redsys-gateway-light/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **7.0.2**
 *  Last updated **2 weeks ago**
 *  Active installations **20,000+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.0 or higher **
 *  Languages
 * [Catalan](https://ca.wordpress.org/plugins/woo-redsys-gateway-light/), [English (US)](https://wordpress.org/plugins/woo-redsys-gateway-light/),
   [Galician](https://gl.wordpress.org/plugins/woo-redsys-gateway-light/), [Spanish (Chile)](https://cl.wordpress.org/plugins/woo-redsys-gateway-light/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/woo-redsys-gateway-light/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/woo-redsys-gateway-light/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/woo-redsys-gateway-light/),
   and [Spanish (Venezuela)](https://ve.wordpress.org/plugins/woo-redsys-gateway-light/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/woo-redsys-gateway-light)
 * Tags
 * [apple pay](https://test.wordpress.org/plugins/tags/apple-pay/)[bizum](https://test.wordpress.org/plugins/tags/bizum/)
   [google pay](https://test.wordpress.org/plugins/tags/google-pay/)[redsys](https://test.wordpress.org/plugins/tags/redsys/)
   [woocommerce](https://test.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://test.wordpress.org/plugins/woo-redsys-gateway-light/advanced/)

## Ratings

 4.9 out of 5 stars.

 *  [  85 5-star reviews     ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/woo-redsys-gateway-light/reviews/)

## Contributors

 *   [ Jose Conti ](https://profiles.wordpress.org/jconti/)

## Support

Issues resolved in last two months:

     0 out of 2

 [View support forum](https://wordpress.org/support/plugin/woo-redsys-gateway-light/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://plugins.joseconti.com/product-category/plugins/donaciones/)