Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Pago por Redsys

Mô tả

REQUIRES TO HAVE TPV REDSYS CODES WITH YOUR BANK

With this plugin you can have a payment gateway on your website. Your customers can pay you through an online POS.

The plugin sends the user to the Redsys payment gateway with the order number and the amount that the user dials or that you have pre-filled (you can see more in the FAQ)

Ảnh màn hình

Cài đặt

These are the steps you must do to install in plugin

  1. Upload the plugin to WordPress (or via FTP to / wp-content / plugins / or through the admin interface)
  2. Activate the plugin through the WordPress ‘Plugins’ menu
  3. Configure your POS data in Settings> POS Configuration
  4. Place the following shortcodes on the page you want: [pago_tpv]Text of the POS form[/pago_tpv]
  5. You can now send your users to that page to make the payment.

Hỏi đáp

Can it be used without having a TPV Redsys contracted with the bank?

No. In order for the plugin to work, you need the “business identifier” and a terminal configured with your encryption key. This can only be given by your bank.

Can I configure all the texts? The correct payment and those prior to the form?

Yes. The plugin is developed so that the user always goes to the same page where you configure the gateway, making the shortcodes show or hide depending on the payment step you are on.

Does this plugin save user information?

No. It is a payment gateway, simply the plugin forwards the merchant’s information, the price to pay and the reference to the order.

Can I pre-fill the fields so that the user only has to make the payment?

Yes. The fields search for $ _GET for the values ​​’np’ and ‘c’.
‘np’: ‘Order number’
‘c’: ‘Amount to pay’
Therefore doing /? Np = 123 & c = 1 we would have the fields “Order number” with “123” and the “Amount to pay” with “1”

The order number always adds 3 values ​​to me before, can I avoid it?

No. This is because the bank can only process each order if the order number is different. Therefore it is necessary in case a user fails an order, he could never pay with the same number again.

How to redirect user before correct and wrong payment?

Each [pago_tpv] can have an url_ko and url_ok attrbute. Also on global configuration can put a url_ko or url_ok for all the return. If you don’t specify, it will return to the same page. It is advisable put and url_ok on shortcode or in config.

Đánh giá

22 Tháng 1, 2026 1 trả lời
Plugin perfecto para recibir pagos en nuestra web sin necesidad de más complicaciones.Si solo quieres gestionar pagos y ya está, sin necesidad de montar una tienda online con un carrito de compras, productos, etc; cobrar y nada más, es la solución ideal.
12 Tháng 5, 2024 1 trả lời
Este plugin me ha permitido gestiona los cobros desde wordpress sin necesidad de montar toda la estructura de una tienda virtual… gracias
14 Tháng 12, 2021 1 trả lời
Es fácil de usar, ofrece una funcionalidad básica para recibir pagos pero resulta muy útil precisamente por su facilidad. Gracias.
Đọc tất cả 8 đánh giá

Người đóng góp & Lập trình viên

“Pago por Redsys” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“Pago por Redsys” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “Pago por Redsys” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

1.0.14

Compatibility with WordPress 6.7.2

1.0.13

Fix problem with the return URL

1.0.12

Fix loaded hook and compatibility with 6.7

1.0.11

1.0.10

Fixed problem with tags and uploads

1.0.9

Updated WordPress compatibility to 6.3

1.0.8

Fix undesirable echo

1.0.7

Add field description to the form.
Thanks to Beatriz Lavela

1.0.6

PHP8 Compatibility

1.0.5

Fix problem on send URL_KO and URL_OK to Redsys

1.0.4

Add URL_KO and URL_OK by form and global
Now you can declare a diferent return page from the TPV in every single form or to all. If you don’t specify anything it will return to the same page (and use the old shortcodes)

1.0.3

  • Change name for Redsys API Class to don’t conflict with the same class loaded from other plugins.
    Thanks to @jconti

1.0.2

  • Setting float to int in DS_MERCHANT_AMOUNT, because json_encode adds decimals in case of float
  • Translated all plugin to English to be standard with the WordPress Repository

1.0

  • Launch of the payment gateway