Skip to content

The Stripe integration from PowerSync is a fully PCI compliant solution, which allows merchants to accept payments in Magento through the use of their platform.

License

Notifications You must be signed in to change notification settings

cavemon/TNW_Stripe

This branch is 213 commits behind TechNWeb/TNW_Stripe:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ef44e1 · Sep 21, 2019
Sep 10, 2019
Mar 22, 2018
Sep 20, 2019
Sep 20, 2019
Jun 27, 2018
Sep 20, 2019
Oct 19, 2018
Sep 12, 2018
Jul 26, 2018
Sep 13, 2019
Sep 11, 2019
Jan 5, 2018
Nov 10, 2018
Sep 20, 2019
May 24, 2018
Feb 21, 2018

Repository files navigation

Magento 2 Stripe Integration

Accept credit card payments through the Stripe payment gateway.

CircleCI

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

Installation

Composer

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

Manual

The module can be installed without Composer by downloading the desired release from https://github.com/tnw/module-stripe/releases and placing the contents in app/code/TNW/Stripe/
The module depends on the Stripe PHP-SDK which should be added to your project via composer by running composer require stripe/stripe-php:5.2.0 With the module files in place and the Stripe SDK installed, run bin/magento setup:upgrade

Configuration

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

Additonal Documentation

Integration with Stripe Gateway - Wiki

License

Open Software License v. 3.0

About

The Stripe integration from PowerSync is a fully PCI compliant solution, which allows merchants to accept payments in Magento through the use of their platform.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.1%
  • JavaScript 16.7%
  • HTML 4.9%
  • CSS 2.3%