An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ManishJoy_StripePayment v1.0.0
## Magento 2 Extension

Stripe Payment Gateway

### 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--

Module Configuration

___________________________________________________________________________________________________

--2--

Payment Form

___________________________________________________________________________________________________

--3--

Screenshot 2

___________________________________________________________________________________________________

### The extension is free and always will be

## Additional Charges:
#### Installation: $ 20
#### Support: $ 40 /6 months

___________________________________________________________________________________________________
## Liked my work?

Buy Me a Coffee

--- OR ---

SUPPORT ME ON PATREON

___________________________________________________________________________________________________
## 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

- https://www.manishjoy.com

- support@manishjoy.com

## Tutorials and Blogs

- https://blog.manishjoy.com

- https://blog.manishjoy.com/magento-development-guide/