Integration Rede for WooCommerce

Description

Use Rede API integration for WooCommerce in your WooCommerce store and allow your customers to pay by credit card.

A Rede is part of the Itaú Unibanco group and is a acquiring company, being responsible for the capture, transmission and financial settlement of Visa, Mastercard, Elo, American Express, Hipercard, Hyper, Diners Club International, Cabal credit card transactions. Discover, China Union Pay, Aura, Sorocred, Coopercred, Sicredi, More !, Calcard, Banescard, Avista! in the Brazilian territory.

Example Filter Usage

function rede_card_installments_filter($installments) {
    $installments['min_value'] = 40;
    $installments['max_parcels'] = 3;
    return $installments;
}
add_filter('integration_rede_installments', 'rede_card_installments_filter');<h3>Development</h3>

This version of the Integration Rede for WooCommerce plugin was developed without any encouragement from Rede. This means that none of the developers of this plugin have any bonds with the Rede and we count on your help to improve the code and operation of this plugin.

Compatibility

Compatible since version 3.0.x of WooCommerce.

Works with the plugin:
* WooCommerce

Doubts?

You can ask questions by:

Credits

This plugin is a fork that fixes some bugs and implements new features to the plugin developed in:

Credcards icons have been forkled from Storefront in:

Banner:

Icon:

Contributors

You can contribute source code on our page at GitHub.

Special Thanks

  • Kaoe Implementation of the installment filter and data display on the order page.

  • Luiz “Bills” Help in implementing the new card layout.

Screenshots

Installation

Download the plugin
Upload the plugin to the wp-content/plugins directory,
Go to “plugins” in your WordPress admin, then click activate.

Requirements:

  • Have a website ready with WordPress and WooCommerce installed.
  • Use SSL certificate (2048 bit recommended).
  • Have registration on Rede

Plugin Settings:

You can access the plugin settings screen from the WordPress admin page under WooCommerce -> Settings -> Payments -> Pay with the Rede.

The plugin works with the Test and Production environments, where you must use the Test environment to test the integration before using it in the Production environment. Once it is tested and validated, you can use the Production environment where you can sign in with the PV and the Token of ecommerce affiliation with the Rede.

Notes on the test environment

In the Test environment you can use some test cards available in the Rede Integration Guide by accessing the Playground Tutorial -> How to use the playground, just do the Register.

FAQ

What is the license of the plugin?

  • This plugin is licensed as MIT.

What do I need to use this plugin?

  • Have installed the WooCommerce plugin.

Reviews

புரட்டாதி 10, 2021
Um excelente trabalho! Parabéns ao desenvolvedor porque seu Plugin não dá problema. Infinitamente melhor do que o oficial fornecido pelo Suporte da Rede/Itaú.
ஆவணி 22, 2021
Estou com problemas com o plugin disponibilizado pela e-rede. Este esta salvando minha tarefa no e-commerce. Parabéns pelo trabalho!
வைகாசி 5, 2021
Parabéns pelo plugin, ficou ótimo, obrigado por nos ajudar disponibilizando uma ótimo solução para nosso cliente.
Read all 7 reviews

Contributors & Developers

“Integration Rede for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

“Integration Rede for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Integration Rede for WooCommerce” into your language.

Interested in development?

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

Changelog

2.1.1 – 2021/07/27

  • Update compatibility information
  • Correction ExpirationMonth
  • Correction max lenght for card holder name

2.1.0 – 2020/12/05

  • Update compatibility information
  • Correction of the order id
  • Implementation of installment filter
  • Implementation of a filter to display the Network data on the order page only if this is the payment method used.
  • Improvements to the card layout on the checkout page.

2.0.2 – 2020/05/23

  • Update compatibility information
  • Correction of the order id

2.0.1 – 2020/05/04

  • Update compatibility information
  • Correction of the internationalization of error messages on the checkout page

2.0.0 – 2019/11/02

  • Correction of the number of installments display
  • Year placeholder adjustment at card expiration
  • Plugin internationalization and translation for pt_BR
  • Inclusion of credit card banners icons
  • Expiration date now accepts 2 or 4 digits for year as well
  • Sanitize inputs fields