PHPackages                             buybox/giftcard-payment-magento2 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. buybox/giftcard-payment-magento2

ActiveMagento2-module[Payment Processing](/categories/payments)

buybox/giftcard-payment-magento2
================================

BuyBox GiftCard Payment integration with Magento 2

2.4.6.1(1y ago)021.3k↓46%2[1 issues](https://github.com/studiolab-os/buybox-giftcard-payment-magento2/issues)MITPHPPHP ~7.4.0||~8.1.0||~8.2.0

Since Mar 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/studiolab-os/buybox-giftcard-payment-magento2)[ Packagist](https://packagist.org/packages/buybox/giftcard-payment-magento2)[ RSS](/packages/buybox-giftcard-payment-magento2/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (27)Used By (0)

BuyBox Payment Module
=====================

[](#buybox-payment-module)

BuyBox Gift Card payment gateway integration module for Magento 2.

Technical feature
-----------------

[](#technical-feature)

### ⚠️ Magento versions compatibility :

[](#️-magento-versions-compatibility-)

**Which version should I use ?**

Magento VersionBuyBox Payment VersionInstallMagento **2.4.x** Opensource (CE) &amp;&amp; Enterprise Edition (EE)BuyBox Payment **2.4.x**`composer require buybox/giftcard-payment-magento2 ~2.4.0`Magento **2.3.x** Opensource (CE) &amp;&amp; Enterprise Edition (EE)BuyBox Payment **2.3.x**`composer require buybox/giftcard-payment-magento2 ~2.3.0`Magento **2.2.x** Opensource (CE) &amp;&amp; Enterprise Edition (EE)BuyBox Payment **2.2.x**`composer require buybox/giftcard-payment-magento2 ~2.2.0`Magento **2.1.x** Opensource (CE) &amp;&amp; Enterprise Edition (EE)BuyBox Payment **2.1.x**`composer require buybox/giftcard-payment-magento2 ~2.1.0`Magento **2.0.x** Opensource (CE) &amp;&amp; Enterprise Edition (EE)BuyBox Payment **2.0.x**`composer require buybox/giftcard-payment-magento2 ~2.0.0`### Installing

[](#installing)

#### Using Composer

[](#using-composer)

The easiest way to install the extension is to use Composer:

```
$ composer require buybox/giftcard-payment-magento2
$ bin/magento module:enable BuyBox_Payment
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
$ bin/magento setup:static-content:deploy
```

### Module configuration

[](#module-configuration)

1. Package details [composer.json](composer.json).
2. Module configuration details (sequence) in [module.xml](etc/module.xml).
3. Module configuration available through Stores-&gt;Configuration [system.xml](etc/adminhtml/system.xml)

Payment gateway module depends on `Sales`, `Payment` and `Checkout` Magento modules. For more module configuration details, please look through [module development docs](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/module-load-order.html).

### Gateway configuration

[](#gateway-configuration)

On the next step, we might specify gateway domain configuration in [config.xml](etc/config.xml).

##### Let's look into configuration attributes:

[](#lets-look-into-configuration-attributes)

- `debug` enables debug mode by default, e.g log for request/response
- `active` is payment active by default
- `model` `Payment Method Facade` used for integration with `Sales` and `Checkout` modules
- `merchant_gateway_key` encrypted merchant credential
- `order_status` default order status
- `payment_action` default action of payment
- `title` default title for a payment method
- `currency` supported currency
- `can_authorize` whether payment method supports authorization
- `can_capture` whether payment method supports capture
- `can_void` whether payment method supports void
- `can_use_checkout` checkout availability
- `is_gateway` is an integration with gateway
- `sort_order` payment method order position on checkout/system configuration pages
- `debugReplaceKeys` request/response fields, which will be masked in log
- `paymentInfoKeys` transaction request/response fields displayed on payment information block
- `privateInfoKeys` paymentInfoKeys fields which should not be displayed in customer payment information block

### Dependency Injection configuration

[](#dependency-injection-configuration)

> To get more details about dependency injection configuration in Magento 2, please see [DI docs](http://devdocs.magento.com/guides/v2.0/extension-dev-guide/depend-inj.html).

In a case of Payment Gateway, DI configuration is used to define pools of `Gateway Commands` with related infrastructure and to configure `Payment Method Facade` (used by `Sales` and `Checkout` modules to perform commands)

Contributors
------------

[](#contributors)

[Studiolab](https://studiolab.fr)

License
-------

[](#license)

[Open Source License](LICENSE.txt)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 96.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~41 days

Recently: every ~227 days

Total

23

Last Release

623d ago

PHP version history (2 changes)2.4.2PHP ~7.4.0||~8.1.0

2.4.6PHP ~7.4.0||~8.1.0||~8.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b48a7a5e5b82512d63ee27bcb2dc929d051e5cb51ba0e8e504afa463c57cee1?d=identicon)[studiolab](/maintainers/studiolab)

---

Top Contributors

[![studiolab-os](https://avatars.githubusercontent.com/u/100867050?v=4)](https://github.com/studiolab-os "studiolab-os (82 commits)")[![abdelali-bourire](https://avatars.githubusercontent.com/u/9280819?v=4)](https://github.com/abdelali-bourire "abdelali-bourire (3 commits)")

### Embed Badge

![Health badge](/badges/buybox-giftcard-payment-magento2/health.svg)

```
[![Health](https://phpackages.com/badges/buybox-giftcard-payment-magento2/health.svg)](https://phpackages.com/packages/buybox-giftcard-payment-magento2)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2128.3k7](/packages/pagbank-payment-magento)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
