noble-commerce/module-pay2-pix

N/A

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.5 2023-10-24 16:30 UTC

This package is auto-updated.

Last update: 2025-07-24 20:18:23 UTC


README

Pay2 Pix payment gateway for Magento 2 platform by NobleCommerce.io.

Installation

1 - Install the module:

composer require noble-commerce/module-pay2-pix

2 - Enable the module and clear cache:

bin/magento module:enable Pay2_Pix
bin/magento setup:upgrade
bin/magento cache:flush

Done!

Configuration

To configure the payment gateway module, access the store admin and go to "Stores" > "Configuration" > "Sales" > "Payment Methods". Open the "Pay2 Pix Gateway" section and fill in data as required.

  • This module requires that customer tax vat or address vat ID field are enabled to customers fill the CPF/CNPJ value.
  • You also must configure the address lines to 4 - the last line must be the complement field.

Additional Information

  • Voiding a order will cancel the payment processing without communicating with the payment gateway. Any further payment gateway communication will also be blocked. Use this command only if you want to manually confirm, process and refund the payment on the order.