https://github.com/manishjoy/stripepayment-m2
Stripe integration for Magento 2 | Manish Joy
https://github.com/manishjoy/stripepayment-m2
credit-card github magento magento-extension magento2 magento2-module manish-joy stripe stripe-api stripe-checkout stripe-payments
Last synced: 2 months ago
JSON representation
Stripe integration for Magento 2 | Manish Joy
- Host: GitHub
- URL: https://github.com/manishjoy/stripepayment-m2
- Owner: manishjoy
- Created: 2019-07-24T13:57:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T20:13:55.000Z (over 4 years ago)
- Last Synced: 2023-09-28T13:18:03.076Z (over 2 years ago)
- Topics: credit-card, github, magento, magento-extension, magento2, magento2-module, manish-joy, stripe, stripe-api, stripe-checkout, stripe-payments
- Language: PHP
- Homepage: https://manishjoy.github.io/
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ManishJoy_StripePayment v1.0.0
## Magento 2 Extension

### Free magento 2 extension to accept payment for orders via stripe
## Features:
1. Easy to use
2. Looks like core functionality of Magento (at backend as well as frontend)
3. Unencrypted code for easy customization
___________________________________________________________________________________________________
## Installation:
1. Go to Magento2 root folder
2. Enter following commands to install module:
```bash
composer config repositories.manishjoystripe git https://github.com/manishjoy/stripepayment-m2.git
composer require manishjoy/module-stripepayment:dev-master
```
Wait while dependencies are updated.
3. Enter following commands to enable module:
```bash
php bin/magento module:enable ManishJoy_StripePayment --clear-static-content
php bin/magento setup:upgrade
```
4. Enable and configure Stripe in Magento Admin under **Stores/Configuration/Payment Methods/Credit Card (Stripe)**
___________________________________________________________________________________________________
### Screenshots:
--1--

___________________________________________________________________________________________________
--2--

___________________________________________________________________________________________________
--3--

___________________________________________________________________________________________________
### The extension is free and always will be
## Additional Charges:
#### Installation: $ 20
#### Support: $ 40 /6 months
___________________________________________________________________________________________________
## Liked my work?
--- OR ---
___________________________________________________________________________________________________
## Prerequisites
### Use the following table to verify you have the correct prerequisites to install this Extension.
Prerequisite
How to check
For more information
Apache 2.2 or 2.4
Ubuntu: apache2 -v
CentOS: httpd -v
Apache
PHP 5.6.x, 7.1.x
php -v
PHP Ubuntu
PHP CentOS
MySQL 5.6.x
mysql -u [root user name] -p
MySQL
___________________________________________________________________________________________________
## Feedback and Support
## Tutorials and Blogs
