braspag / magento2-module-braspagpagador
Braspag Pagador integration for Magento 2
Package info
github.com/Braspag/pagador-module-magento
Type:magento2-module
pkg:composer/braspag/magento2-module-braspagpagador
Requires
- php: ~7.3.0||~8.1
- braspag/braspagpagador-sdk-adapter: *
- braspag/mobiledetectlib: *
- magento/framework: *
- magento/module-checkout: *
- magento/module-config: *
- magento/module-payment: *
- magento/module-quote: *
- magento/module-sales: *
- magento/module-store: *
Requires (Dev)
- allure-framework/allure-phpunit: ~1.2.0
- friendsofphp/php-cs-fixer: ~1.10.0|~2.10
- lusitanian/oauth: ~0.3 <=0.7.0|~0.8.10
- magento-ecg/coding-standard: dev-master
- magento/magento-coding-standard: ~1.0.0
- pdepend/pdepend: 2.2.2|2.5.2
- phpmd/phpmd: @stable
- phpunit/phpunit: ~6.2.0|~6.5.0
- phpunit/phpunit-selenium: >=1.2
- rregeer/phpunit-coverage-check: ^0.1.4
- satooshi/php-coveralls: ^1.0
- sebastian/phpcpd: ~3.0.0
- squizlabs/php_codesniffer: 2.7.0|3.3.1
This package is auto-updated.
Last update: 2026-06-16 13:18:48 UTC
README
Official Braspag plugin for Magento 2 built to offer frictionless payments online.
Integration
The plugin integrates with the Braspag Pagador API.
Available Payment Methods
Credit Card
- Installments
- Silent Order Post
- Authenticate 3DS/VBV
- Authenticate 3DS 2.0
- Split Payment
- AVS
- Checkout Card View
- AntiFraud
Credit Card JustClick
- Authorize Only
- Authorize and Capture
Debit Card
- Authenticate 3DS 2.0
- Split Payment
- Checkout Card View
- AntiFraud
Pix
- QR Code
- Split Payment
- AntiFraud
Boleto
- Instructions
- Assignor
- Split Payment
- Expirations Day
- AntiFraud
Voucher
- Order
- Split Payment
- AntiFraud
Wallet
- Tokenized card payments
- Split Payment
- AntiFraud
Split Payment
- Trava de pagamentos
- Pós-transacional
Requirements
This plugin supports:
- PHP 7.4 to 8.4
- Magento 2.3.3 and higher (tested up to 2.4.8)
Installation
You can install our plugin through Composer:
composer require braspag/magento2-module-braspagpagador composer update bin/magento module:enable Braspag_BraspagPagador bin/magento setup:upgrade
Configuration
After installation has completed go to:
Stores > Settings > Configuration
Sales > Payment Methods > Other Payment Methods > Braspag Braspag.
Support
You can create issues on our Magento Repository.
In case of specific problems with your account, please contact braspag@webjump.com.br.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.