paymee / core
Paymee API Magento 2 Integration
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- php: >=5.5
This package is not auto-updated.
Last update: 2024-11-17 00:27:00 UTC
README
Documentation in English
This plugin for Magento 2.x allows you to integrate youy store with PayMee API.
Banks:
- 001 - Banco do Brasil S.A
- 033 - Santander Brasil S.A
- 077 - Banco Inter S.A
- 104 - Caixa Econômica Federal
- 212 - Banco Original S.A
- 237 - Banco Bradesco S.A
- 341 - Itaú-Unibanco S.A
- OUTROS BANCOS
- PIX
Requirements to integrate
Instalation via Composer
Open your Magento 2.x composer.json file, change `minimum-stability` to `dev`
Example: `"minimum-stability": "dev",`
After run:
$ composer require paymee/core
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;
Instalation via Upload
Download files from this repository
Create in your store root the folder: app/code/Paymee/Core/
Paste all files and folders
Run commands:
$ rm -rf pub/static/*
$ php bin/magento setup:upgrade;
$ php bin/magento setup:di:compile;
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:clean;
$ php bin/magento cache:flush;
API Reference
https://documenter.getpostman.com/view/3199663/RWM6zDGc?version=latest