Integration Rede for WooCommerce

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:
- Using our forum on Github.
- Creating a topic in the WordPress help forum.
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.
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



