PHPackages                             latitude-bnpl/payment - 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. latitude-bnpl/payment

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

latitude-bnpl/payment
=====================

LatitudePay &amp; Genoapay Payment Gateways

2.0.8(3y ago)14.8kOSL-3.0PHP

Since Mar 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Latitude-Financial/magento2-bnpl)[ Packagist](https://packagist.org/packages/latitude-bnpl/payment)[ RSS](/packages/latitude-bnpl-payment/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

magento2-bnpl
=============

[](#magento2-bnpl)

Description
-----------

[](#description)

LatitudePay &amp; Genoapay Payment Modules for Magento 2.

Compatible with Magento 2.3.5 onwards.

Tested up to: Magento 2.4.4.

Table of contents
-----------------

[](#table-of-contents)

- [Description](#description)
- [Changelog](#changelog)
- [How to install module](#how-to-install-module)
    - [Option 1: Composer (Recommended)](#option-1--composer--recommended-)
    - [Option 2: Manual](#option-2--manual)
- [How to upgrade module](#how-to-upgrade-module)
    - [Option 1: Composer](#option-1--composer)
    - [Option 2: Manual](#option-2--manual-1)

Changelog
---------

[](#changelog)

### 2.0.8

[](#208)

- 28 Oct 2022
- Sanitize DOB to always be yyyy-mm-dd format

Older versions### 2.0.7

[](#207)

- 19 July 2022
- Compatibility with Magento 2.4.4
- Adjusted module to not clear session on checkout
- Update status key to pending\_latitude\_approval to avoid clash with other modules
- Address base url information source to window.BASE\_URL
- Updated payment group from offline to installment
- Add log to install module

### 2.0.6

[](#206)

- 31 March 2022
- Ensure backward compatibility with PHP 7.4 and lower

### 2.0.5

[](#205)

- 24 March 2022
- Adjusted composer requirement to allow smoother installation using `composer require`
- Logo renderer adjusted to cater to sites using onepage checkout

### 2.0.4

[](#204)

- 22 March 2022
- Show module version on configuration page

### 2.0.3

[](#203)

- 22 March 2022
- Fix path for packagist

### 2.0.2

[](#202)

- 18 March 2022
- Replace Zend Logger removed in Magento 2.4.3 with a custom logger
- Improve logging information

### 2.0.1

[](#201)

- 17 March 2022
- Change callback redirect from cart page to checkout page

### 2.0.0

[](#200)

- 16 March 2022
- Initial release for Magento 2 plugin rebuild

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

[](#how-to-install-module)

### Option 1: Composer (Recommended)

[](#option-1-composer-recommended)

1. Open terminal and navigate to Magento 2 root directory, for example:

```
cd /var/www/html

```

2. Run:

```
composer require latitude-bnpl/payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean

```

3. Configure the module on Magento 2 admin backend:

```
Stores > Configuration > Sales > Payment Methods

```

### Option 2: Manual

[](#option-2-manual)

1. Download the zip file from the [latest release on GitHub](https://github.com/Latitude-Financial/magento2-bnpl/releases)
2. Open terminal and navigate to Magento 2 root directory, for example:

```
cd /var/www/html

```

3. Copy the content of the unzipped folder and paste it into `app/code/LatitudeNew/Payment` folder in the Magento 2 root directory:

```

    └── app
        └── code
            └── LatitudeNew
                └── Payment
                    ├── Block
                    ├── Controller
                    ├── Cron
                    ├── Helper
                    ├── Logger
                    ├── Model
                    ├── Observer
                    ├── README.md
                    ├── Setup
                    ├── composer.json
                    ├── etc
                    ├── registration.php
                    └── view

```

4. Run:

```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:clean

```

5. Configure the module on Magento 2 admin backend:

```
Stores > Configuration > Sales > Payment Methods

```

How to upgrade module
---------------------

[](#how-to-upgrade-module)

### If you installed the module via Composer

[](#if-you-installed-the-module-via-composer)

Follow the same installation instructions via Composer above, except replace `composer require` with `composer update`.

### If you installed the module manually

[](#if-you-installed-the-module-manually)

Follow the same manual installation instructions above and replace the content of `app/code/LatitudeNew/Payment` completely.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.8% 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 ~44 days

Recently: every ~55 days

Total

6

Last Release

1297d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/702ff2873e3bb3c3e89b6f970da906b3707abde94550a3d6f7e742d9c3a37bc0?d=identicon)[integrationsupport@latitudefinancial.com](/maintainers/integrationsupport@latitudefinancial.com)

---

Top Contributors

[![rayj1006](https://avatars.githubusercontent.com/u/98002589?v=4)](https://github.com/rayj1006 "rayj1006 (24 commits)")[![william-lfs](https://avatars.githubusercontent.com/u/84357793?v=4)](https://github.com/william-lfs "william-lfs (19 commits)")

### Embed Badge

![Health badge](/badges/latitude-bnpl-payment/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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