PHPackages                             paylateripfd/magento - 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. paylateripfd/magento

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

paylateripfd/magento
====================

Creditea Payment for Magento 2

2.0.0(1y ago)0803↓50%1[1 PRs](https://github.com/paylateripfd/magento/pulls)proprietaryJavaScriptPHP ^7.2||^8.0

Since Nov 17Pushed 1y ago2 watchersCompare

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

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Creditea Payment Method for Magento 2
=====================================

[](#creditea-payment-method-for-magento-2)

When you integrate Creditea as a payment method, offer your customers the possibility to obtain a line of credit to shop in your store and split their payments in up to 60 fortnights.

Compatibility
-------------

[](#compatibility)

✓ Magento 2.3.x, ✓ Magento 2.4.x

###### Execute the following command on the magento root path

[](#execute-the-following-command-on-the-magento-root-path)

### Instalation

[](#instalation)

```
composer require paylateripfd/magento

php bin/magento module:enable Creditea_Magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Update

[](#update)

```
composer update paylateripfd/magento

php bin/magento module:enable Creditea_Magento2
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

### Remove

[](#remove)

```
php bin/magento module:disbale Creditea_Magento2
composer remove paylateripfd/magento
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush

```

Documentation
-------------

[](#documentation)

The **minimum order value** required for this payment method to be available is defined in the file:
`etc/config.xml`

This plugin only works with the **MXN (Mexican Peso)** currency. Therefore, you must enable support for Mexican Pesos by running:

```
php bin/magento config:set --scope=default --scope-code=0 currency/options/allow "MXN,USD"
php bin/magento config:set --scope=default --scope-code=0 currency/options/base MXN
php bin/magento config:set --scope=default --scope-code=0 currency/options/default MXN
```

The plugin includes automatic translations for **English (en\_US)** and **Spanish (es\_MX)**.
These translations can be customized in the `i18n` folder.

To enable Spanish language and regional settings, run:

```
php bin/magento setup:static-content:deploy es_MX -f
php bin/magento config:set general/locale/code es_MX
php bin/magento config:set general/country/default MX
php bin/magento config:set general/region/display_all 0
php bin/magento config:set general/region/state_required MX
php bin/magento config:set general/locale/code es_MX
```

After applying any changes, if they are not reflected immediately, it is recommended to reindex and refresh the cache:

```
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance48

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~264 days

Total

3

Last Release

384d ago

Major Versions

1.0.1 → 2.0.02025-04-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a049216b95d85f7ae6493613c6bce56e23b8fc85ca6335386159dac9d3ed9fd?d=identicon)[IPF Digital](/maintainers/IPF%20Digital)

---

Top Contributors

[![mindgoner](https://avatars.githubusercontent.com/u/83843566?v=4)](https://github.com/mindgoner "mindgoner (18 commits)")[![josecruzchavez](https://avatars.githubusercontent.com/u/1300329?v=4)](https://github.com/josecruzchavez "josecruzchavez (5 commits)")[![paylateripfd](https://avatars.githubusercontent.com/u/144207491?v=4)](https://github.com/paylateripfd "paylateripfd (2 commits)")[![realvirtualmx](https://avatars.githubusercontent.com/u/43219951?v=4)](https://github.com/realvirtualmx "realvirtualmx (1 commits)")

---

Tags

paymentmagento 2

### Embed Badge

![Health badge](/badges/paylateripfd-magento/health.svg)

```
[![Health](https://phpackages.com/badges/paylateripfd-magento/health.svg)](https://phpackages.com/packages/paylateripfd-magento)
```

###  Alternatives

[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

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