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:

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 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.

후기

2021년 9월 10일
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ú.
2021년 8월 22일
Estou com problemas com o plugin disponibilizado pela e-rede. Este esta salvando minha tarefa no e-commerce. Parabéns pelo trabalho!
2021년 5월 5일
Parabéns pelo plugin, ficou ótimo, obrigado por nos ajudar disponibilizando uma ótimo solução para nosso cliente.
모든 7 평가 읽기

기여자 & 개발자

“Integration Rede for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Integration Rede for WooCommerce”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Integration Rede for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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