PHPackages                             becopay/magento2-becopay-gateway - 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. [API Development](/categories/api)
4. /
5. becopay/magento2-becopay-gateway

ActiveMagento2-module[API Development](/categories/api)

becopay/magento2-becopay-gateway
================================

becopay magento 2 payment gateway

v1.0.1(7y ago)0281Apache-2.0PHPPHP &gt;=5.4.0

Since Dec 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/becopay/Magento2-Becopay-Gateway)[ Packagist](https://packagist.org/packages/becopay/magento2-becopay-gateway)[ Docs](https://becopay.com/en/io)[ RSS](/packages/becopay-magento2-becopay-gateway/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Becopay payment gateway for Magento 2
=====================================

[](#becopay-payment-gateway-for-magento-2)

Version: 1.0.0

Tags: online payment, payment, payment gateway, becopay, magento2

Requires at least: 2.0.0

Tested up to: 2.2.6

License: [Apache 2.0](https://opensource.org/licenses/Apache-2.0)

Prerequisites
-------------

[](#prerequisites)

You must have a Becopay merchant account to use this plugin. It's free and easy to [sign-up for a becopay merchant account](https://becopay.com/en/merchant-register/).

How to install
--------------

[](#how-to-install)

Before you begin, make sure that you have installed Composer. In your terminal, go to the Magento folder and run the following commands:

```
bin/magento maintenance:enable
composer clear-cache
composer require becopay/magento2-becopay-gateway:*
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US
bin/magento maintenance:disable

```

How to update
-------------

[](#how-to-update)

```
bin/magento maintenance:enable
composer clear-cache
composer update becopay/magento2-becopay-gateway
bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US
bin/magento maintenance:disable

```

Configure the plugin in Magento
-------------------------------

[](#configure-the-plugin-in-magento)

Before you begin, make sure that you have set up your Becopay payment gateway.

Configure the Becopay plugin in your Magento admin panel:

1. Log in to your Magento admin panel.
2. In the left navigation bar, go to `Stores > Configuration.`
3. In the menu, go to `Sales > Payment Methods.`
4. Click Required Settings and fill out the following fields:

- **Enable/Disable** - Select `Enable` to enable Becopay Payment Gateway.
- **Title** - Allows you to determine what your customers will see this payment option as on the checkout page.
- **Mobile** - Enter the phone number you registered in the Becopay here.If you don't have Becopay merchat account register [here](https://becopay.com/en/merchant-register/).
- **Api Base Url** - Enter Becopay api base url here. If you don't have Becopay merchat account register [here](https://becopay.com/en/merchant-register/).
- **Merchant Api Key** - Enter your Becopay Api Key here. If you don't have Becopay merchat account register [here](https://becopay.com/en/merchant-register/).
- **Order Status after payment** - Status given to orders after the payment has been completed
- **Payment From Applicable Countries** - Payment options limited to specific countries
- **Sort Order** - Add Gateway list sort number
- Click on **Save Config** For the changes you made to be effected.

### Plugin Callback URL

[](#plugin-callback-url)

`https://your-site/becopay/payment/callback/?orderId=`

Becopay Support:
----------------

[](#becopay-support)

- [GitHub Issues](https://github.com/becopay/Magento2-Becopay-Gateway/issues)
    - Open an issue if you are having issues with this plugin
- [Support](https://becopay.com/en/support/#contact-us)
    - Becopay support
- [Documentation](https://becopay.com/en/io#api)
    - Technical documentation

Contribute
----------

[](#contribute)

Would you like to help with this project? Great! You don't have to be a developer, either. If you've found a bug or have an idea for an improvement, please open an [issue](https://github.com/becopay/Magento2-Becopay-Gateway/issues) and tell us about it.

If you *are* a developer wanting contribute an enhancement, bug fix or other patch to this project, please fork this repository and submit a pull request detailing your changes. We review all PRs!

This open source project is released under the [Apache 2.0 license](https://opensource.org/licenses/Apache-2.0) which means if you would like to use this project's code in your own project you are free to do so. Speaking of, if you have used our code in a cool new project we would like to hear about it! [Please send us an email](mailto:io@becopay.com).

License
-------

[](#license)

Please refer to the [LICENSE](https://opensource.org/licenses/Apache-2.0) file that came with this project.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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

Unknown

Total

1

Last Release

2754d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11064974?v=4)[mohsen hosseini](/maintainers/mohsentm)[@mohsentm](https://github.com/mohsentm)

![](https://avatars.githubusercontent.com/u/43934635?v=4)[becopay](/maintainers/becopay)[@becopay](https://github.com/becopay)

---

Top Contributors

[![jeus](https://avatars.githubusercontent.com/u/450334?v=4)](https://github.com/jeus "jeus (3 commits)")[![mohsentm](https://avatars.githubusercontent.com/u/11064974?v=4)](https://github.com/mohsentm "mohsentm (2 commits)")

---

Tags

phpapiclientpaymentmodulemagento 2becopay

### Embed Badge

![Health badge](/badges/becopay-magento2-becopay-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/becopay-magento2-becopay-gateway/health.svg)](https://phpackages.com/packages/becopay-magento2-becopay-gateway)
```

###  Alternatives

[kunalvarma05/dropbox-php-sdk

Dropbox PHP API V2 SDK (Unofficial)

3623.1M18](/packages/kunalvarma05-dropbox-php-sdk)

PHPackages © 2026

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