Shipay PIX QR Gateway
shipay_pagamentos_digitais/shipay-magento-pix-qr-gateway
Integrates the Shipay payment provider into Magento 2 to accept PIX QR-code payment transactions, with token caching for better performance.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Dependency injection compilation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubShipay Pix Qr Gateway Module for Magento 2
Overview
This module provides integration between Shipay Payment Provider for PIX payment transaction operations and Magento 2 platform.
Installation
Install the Shipay PixQrGateway module
Unzip the module file in app/code/Shipay/PixQrGateway folder
After successful module placement Shipay PixQrGateway module should be enabled.
$ bin/magento module:enable Shipay_PixQrGateway --clear-static-content
Run setup:upgrade command:
$ bin/magento setup:upgrade
Finally flush cache:
$ bin/magento cache:flush
Enable token cache for better performance
bash
$ bin/magento cache:enable shipay_token
Further docs (Portuguese)
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.