All Projects → mage2pro → stripe

mage2pro / stripe

Licence: other
Stripe integration with Magento 2

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Less
1899 projects

Projects that are alternatives of or similar to stripe

magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-74.14%)
Mutual labels:  magento-2, magento2, magento2-extension, payment-integration, magento2-module
cybersource-sdk-java
Java SDK for CyberSource Simple Order API
Stars: ✭ 44 (-24.14%)
Mutual labels:  payment-gateway, payment-integration, payment-processing, payment-service, payment-module
cybersource-android-sdk
The CyberSource InApp SDK enables developers to simply and securely incorporate mobile payments into their Android applications.
Stars: ✭ 25 (-56.9%)
Mutual labels:  payment-gateway, payment-integration, payment-processing, payment-service, payment-module
m2.SmartCategory
Magento2. Extension Smart Category rules dynamically change the product selection according to a set of conditions.
Stars: ✭ 78 (+34.48%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2-checkout-success-misc-script
Add Miscellaneous HTML and JavaScript codes to Magento2 checkout conformation page
Stars: ✭ 26 (-55.17%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+3.45%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
m2.ReCaptcha
Magento2. Extension is integrate Google Recaptcha with your Magento2 store.
Stars: ✭ 31 (-46.55%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-notifications
Notify the Magento 2 admin user about disabled caches or new customer reviews.
Stars: ✭ 20 (-65.52%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-wysiwyg-advanced
Extend TinyMCE 4 & 5 tools in Magento 2
Stars: ✭ 60 (+3.45%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
currency-format
The «Price Format» extension for Magento 2
Stars: ✭ 18 (-68.97%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-blog-comments-recaptcha
module-blog-comments-recaptcha
Stars: ✭ 17 (-70.69%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
Magento-2-Module-Skeleton
This Module provides a basic Skeleton for further Magento 2 Modules.
Stars: ✭ 30 (-48.28%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-dsu
No description or website provided.
Stars: ✭ 18 (-68.97%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: ✭ 54 (-6.9%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-70.69%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2-checkout-custom-form
Add a custom form to Magento 2 checkout.
Stars: ✭ 95 (+63.79%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-catalog
Fixes for some known Magento 2 issues in Catalog
Stars: ✭ 23 (-60.34%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+13.79%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-63.79%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module
module-login-as-customer
Allows admin to login as a customer (enter to customer account).
Stars: ✭ 104 (+79.31%)
Mutual labels:  magento-2, magento2, magento2-extension, magento2-module

The module integrates Magento 2 with the Stripe payment service. The module is free and open source.

Demo videos

  1. Capture and Refund
  2. Preauthorization and Capture
  3. Preauthorization and Voiding
  4. Review and Accept / Deny
  5. Capture from a Stripe account
  6. Refund from a Stripe account
  7. Save and reuse bank cards
  8. Multishipping checkout

Who is using it?

stripe.mage2.pro/customers
See also a showcase of the real clients usage.

How to install

Hire me in Upwork, and I will:

  • install and configure the module properly on your website
  • answer your questions
  • solve compatiblity problems with third-party checkout, shipping, marketing modules
  • implement new features you need

Self-installation

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require mage2pro/stripe:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/stripe
rm -rf composer.lock
composer clear-cache
composer require mage2pro/stripe:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

Support

Screenshots

See also a showcase of the real clients usage.

1. Frontend. A simple payment form without saved bank cards

2. Frontend. Using a saved bank card

3. Frontend. Using a new bank card

4. Frontend. A multishipping checkout.

5. Backend. A payment's imformation

6. Backend. Choosing the payments currency

7. Backend. The extension's settings

8. Backend. A transaction's details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].