Integration Rede for WooCommerce

0

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,

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tag

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.