PHPackages                             paypossible/payment-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. paypossible/payment-gateway

ActiveMagento2-module

paypossible/payment-gateway
===========================

PayPossible Magento 2 Payment Gateway

1.0.0(8mo ago)07[4 issues](https://github.com/paypossible/magento2-gateway-paypossible/issues)proprietaryPHPPHP ~7.0.13||~7.1.0||~7.2.0||~7.3.0||~7.4.0||~8.0.0||~8.1.0||~8.2.0||~8.3.0CI failing

Since Nov 4Pushed 8mo agoCompare

[ Source](https://github.com/paypossible/magento2-gateway-paypossible)[ Packagist](https://packagist.org/packages/paypossible/payment-gateway)[ RSS](/packages/paypossible-payment-gateway/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (3)Used By (0)

PayPossible Magento 2 Payment Gateway
=====================================

[](#paypossible-magento-2-payment-gateway)

**PayPossible** is a multi-lender platform that provides financing and leasing options at the point of sale. This extension integrates the PayPossible Payment Gateway into Magento 2, enabling merchants to offer flexible payment options to their customers.

Features
--------

[](#features)

- Seamless integration with PayPossible's API for financing and leasing options.
- Configurable in Magento's admin panel with options for test mode, merchant ID, and custom API tokens.
- Redirects customers to PayPossible's secure payment page for completing the checkout.
- Handles callback responses to update order status automatically.
- Supports full order lifecycle operations such as capturing, voiding, and refunding orders.

Requirements
------------

[](#requirements)

- PHP 7.4+ or 8.1+
- Magento 2.4+
- PayPossible API credentials (merchant ID, merchant token)

Installation
------------

[](#installation)

### 1. Install via Composer

[](#1-install-via-composer)

Navigate to the root of your Magento 2 installation and run the following command to install the PayPossible Payment Gateway module:

```
composer require paypossible/payment-gateway
```

### 2. Enable the Module

[](#2-enable-the-module)

After the module is installed, enable it with Magento CLI:

```
php bin/magento module:enable PayPossible_PaymentGateway
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
```

Configuration
-------------

[](#configuration)

1. Navigate to the Magento admin panel.
2. Go to Stores &gt; Configuration &gt; Sales &gt; Payment Methods.
3. Under the PayPossible Payment Gateway section, configure the following options:
    - **Merchant ID:** Your PayPossible merchant ID.
    - **Merchant Token:** Your PayPossible API token for authenticating requests.
    - **Test Mode:** Enable or disable test mode.
    - **Payment Method Description:** Description of the payment method displayed to customers.

Usage
-----

[](#usage)

1. Customers will see the PayPossible payment option during checkout.
2. When selected, the cart and customer data will be sent to PayPossible's API.
3. Customers will be redirected to PayPossible to complete the financing or leasing process.
4. Upon completion, PayPossible will redirect the customer back to your Magento store and update the order status.

Handling Callbacks
------------------

[](#handling-callbacks)

PayPossible sends order status updates via callback. The module automatically handles the following status updates:

- **Approved:** Marks the order as Processing and sends an order confirmation email to the customer. 1 of 2
- **Failed:** Cancels the order in Magento if the payment fails. 2 of 2

Development
-----------

[](#development)

### Code Standards

[](#code-standards)

This project follows Magento 2's coding standards, which are based on PSR-1 and PSR-2. Use phpcs to check your code before committing changes:

```
vendor/bin/phpcs
```

You can fix coding issues automatically by running:

```
vendor/bin/phpcbf
```

### Testing```

[](#testing)

To test the integration, enable Test Mode in the configuration and use the PayPossible staging environment.

Uninstall
---------

[](#uninstall)

To remove the module from your Magento 2 installation, run the following commands:

1. Disable the module: ```
    php bin/magento module:disable PayPossible_PaymentGateway
    ```
2. Remove the module via Composer: ```
    composer remove paypossible/payment-gateway
    ```
3. Run Magento upgrade and cache flush: ```
    php bin/magento setup:upgrade
    php bin/magento cache:flush
    ```

Contributing
------------

[](#contributing)

If you find a bug or would like to contribute to this project, please open an issue or submit a pull request on the project's repository.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance61

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

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

249d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a5fe37c9c05d8043a132bb205219986ec1321985bfed82f88dc9e5787823a36e?d=identicon)[kolanos](/maintainers/kolanos)

---

Top Contributors

[![kolanos](https://avatars.githubusercontent.com/u/17498?v=4)](https://github.com/kolanos "kolanos (4 commits)")[![magentowebkul](https://avatars.githubusercontent.com/u/93639145?v=4)](https://github.com/magentowebkul "magentowebkul (1 commits)")

### Embed Badge

![Health badge](/badges/paypossible-payment-gateway/health.svg)

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

###  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)
