Coder Social home page Coder Social logo

elizad / magento2-stripe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aune-io/magento2-stripe

0.0 1.0 0.0 115 KB

Stripe payments integration module for Magento 2

License: Open Software License 3.0

PHP 90.05% CSS 0.05% JavaScript 6.02% HTML 3.88%

magento2-stripe's Introduction

Magento 2 Stripe Payments

Stripe payments integration module for Magento 2.

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

System requirements

This extension supports the following versions of Magento:

  • Community Edition (CE) versions 2.1.x, 2.2.x and 2.3.x
  • Enterprise Edition (EE) versions 2.1.x, 2.2.x and 2.3.x

Installation

  1. Require the module via Composer
$ composer require aune-io/magento2-stripe
  1. Enable the module
$ bin/magento module:enable Aune_Stripe
$ bin/magento setup:upgrade
  1. Login to the admin
  2. Go to Stores > Configuration > Sales > Payment Methods > Aune - Stripe
  3. Enter your Stripe API Keys and set the payment method as active
  4. (Optional) Enable customer storing in Stripe or Vault to allow customers to reuse their payment methods

SCA

Version 4 of the extension supports SCA with the following warnings:

  • vaulting it's not backward compatibile: previous versions of the extension used the source id as gateway token, version 4 uses the payment method id. If you are upgrading, you can either empty the vault or write a script to change the gateway token.
  • partial capture will refund the remaining amount: this is due to how capturing a payment intent works, see the official documentation here.
  • payment intent confermation is done on the frontend: it is strongly reccommended to use Authorize as Payment Action and capture payments when generating the Magento invoice, to avoid having captured transaction without orders in case of timeouts or server errors.

Authors, contributors and maintainers

Author:

License

Licensed under the Open Software License version 3.0

magento2-stripe's People

Contributors

renatocason avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.