manishjoy / stripepayment-m2

Stripe integration for Magento 2 | Manish Joy

Home Page:https://manishjoy.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

    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:

    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

Tutorials and Blogs

About

Stripe integration for Magento 2 | Manish Joy

https://manishjoy.github.io/


Languages

Language:PHP 75.1%Language:HTML 15.3%Language:JavaScript 9.6%