All Projects → pmclain → module-stripe

pmclain / module-stripe

Licence: OSL-3.0 license
Stripe Payments for Magento 2

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to module-stripe

m2.Price
Magento2. Rounding Price to Prettier Value for Multi-Currency Stores.
Stars: ✭ 60 (+33.33%)
Mutual labels:  magento2, magento-extension
Business-Stripe
Perl bindings for Stripe payment system
Stars: ✭ 21 (-53.33%)
Mutual labels:  stripe, stripe-payment
Magentoextensions
Magento Extension Directory 1> Themes Switcher 2> Default Shipping On Cart 3> Upshare 4> Product Image Optimizer 5> Idealo Product Export 6> magento Google shopping Api v2 7>Google feed and facebook feed 8> Pdf upload in magento media wysiwyg 9> Product Image optimizer. If You want magento 2 extensions 1>Advance Layred Navigation(including SEO URL, Rating as filter, slider filter, Ajax Filtering), 2>Attribute Pages with SEO and Custom URL key(you can do all kind of seo on those pages with logos) 3>Improved Sorting (Enable users to view products by options as 'Best Sellers', 'Top Rated', 'Most Viewed' etc.) 4>Custom Stock Status(Add statuses to products automatically or manually, Create multiple custom stock statuses, Upload special icons for stock statuses) 5>Product Labels(Using this extension you can add any label to your produts on product page or category page) 6>Custom Order Number(Using this extension you can customize order, invoice, shippment, credit memo Number) 7>All type of file upload in Wysiwyg(pdf, zip, doc etc file upload in wysiwyg), 8>Infinite Scroll, 9>Multiple FlatRate Shipping, 10>Open Api,Google api for currency Rates, 11>Product Attribute's Description, 12>Store and Currency switcher according to Ip address Please Contact me and All those extensions are paid with installation and configuration are free support.
Stars: ✭ 106 (+135.56%)
Mutual labels:  magento2, magento-extension
Awesome Magento2
Curated list of awesome Magento 2 Extensions, Resources and other Highlights
Stars: ✭ 817 (+1715.56%)
Mutual labels:  magento2, magento-extension
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-66.67%)
Mutual labels:  magento2, magento-extension
Magento2 Form Field Manager
Customer and Address Form Fields Manager for Magento2
Stars: ✭ 21 (-53.33%)
Mutual labels:  magento2, magento-extension
react-native-stripe
Unofficial integration of the payment APIs from the Stripe SDK on react-native
Stars: ✭ 21 (-53.33%)
Mutual labels:  stripe, stripe-payment
Tooltip
Magento 2 attribute tooltip module
Stars: ✭ 23 (-48.89%)
Mutual labels:  magento2, magento-extension
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-53.33%)
Mutual labels:  magento2, magento-extension
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (+46.67%)
Mutual labels:  magento2, magento-extension
magento2-webappmanifest
A Magento 2 extension that adds a Web App Manifest to the store.
Stars: ✭ 19 (-57.78%)
Mutual labels:  magento2, magento-extension
module-dsu
No description or website provided.
Stars: ✭ 18 (-60%)
Mutual labels:  magento2, magento-extension
Magento-Quickorder
Magento Quickorder module, enables bulk order creation by inputting SKUs & quantities.
Stars: ✭ 30 (-33.33%)
Mutual labels:  magento2, magento-extension
Module Rocketjavascript
Stars: ✭ 37 (-17.78%)
Mutual labels:  magento2, magento-extension
app-search-magento
A first party module to integrate Elastic App Search in Magento 2.
Stars: ✭ 25 (-44.44%)
Mutual labels:  magento2, magento-extension
Module Blog
Magento 2 Blog Extension
Stars: ✭ 213 (+373.33%)
Mutual labels:  magento2, magento-extension
magento2-prometheus-exporter
Simple Magento 2 Prometheus Exporter.
Stars: ✭ 40 (-11.11%)
Mutual labels:  magento2, magento-extension
magento2-catalog-lazy-load
Improve the load time of your Magento 2 categories pages by loading your images on demand with our Lazy Load Extension
Stars: ✭ 56 (+24.44%)
Mutual labels:  magento2, magento-extension
stripe
Stripe integration with Magento 2
Stars: ✭ 58 (+28.89%)
Mutual labels:  stripe, magento2
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-62.22%)
Mutual labels:  magento2, magento-extension

Magento 2 Stripe Integration

Build Status Coverage Status Latest Stable Version Total Downloads License

Accept credit card payments through the Stripe payment gateway.

  • Supports Magento Instant Purchase for One Click Checkout
  • Securely accept customer payments using the Stripe.js tokenization when collecting all payments.
  • Provide customers option of storing payment information for future transactions.
  • Stored customer card information can be used for orders created in the frontend or backend.
  • Stored cards deleted by customer in Magento are also removed from the corresponding Stripe customer profile.
  • New payments can be authorize or authorize and capture.
  • Authorized payments can be captured online during invoice creation.
  • Full and partial refund support when creating credit memos.
  • 3D Secure support for one-time and vault payments

Installation

Composer

In your Magento 2 root directory run
composer require pmclain/module-stripe
bin/magento setup:upgrade

Magento Version Requirements

Release Magento Version
2.1.x >=2.2.5
2.0.x 2.2.0-2.2.4
1.x.x   2.1.x          
None 2.0.x

Configuration

The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->Stripe

Feature Roadmap

There is no ETA for implementation, but here is the list in order of priority.

  1. Multi-shipping address support
  2. Stripe Radar

Testing and Local Development

WARNING The docker setup included is intended for local development only.

Local Development

cd ./dev
docker-compose up -d docker-compose exec app module-installer
docker-compose exec app magento-installer

Create the host entry 127.0.0.1 stripe.docker

Execute Tests

  • Setup
    docker-compose -f dev/docker-compose.yml up -d
    docker-compose -f dev/docker-compose.yml exec app module-installer
  • Unit - docker-compose -f dev/docker-compose.yml exec app test-unit
  • Integration - docker-compose -f dev/docker-compose.yml exec app test-integration
  • Acceptance - docker-compose -f dev/docker-compose.yml exec app test-acceptance

License

Open Software License v3.0

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].