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. [Payment Processing](/categories/payments)
4. /
5. paypossible/payment-gateway

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

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

PayPossible Magento 2 Payment Gateway

1.0.0(9mo 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 9mo 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 today

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

33

—

LowBetter than 72% of packages

Maintenance56

Moderate activity, may be stable

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

296d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17498?v=4)[Michael Lavers](/maintainers/kolanos)[@kolanos](https://github.com/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

1131.9M16](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

108531.2k1](/packages/amzn-amazon-pay-magento-2-module)[vipps/module-payment

Vipps MobilePay Payment Module for Magento 2

1098.4k](/packages/vipps-module-payment)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34276.3k1](/packages/checkoutcom-magento2)[paynl/magento2-plugin

Pay. Payment methods for Magento 2

31329.9k6](/packages/paynl-magento2-plugin)

PHPackages © 2026

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