Type
magento2-module
Stripe Payments for Magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Accept credit card payments through the Stripe payment gateway.
In your Magento 2 root directory run
composer require pmclain/module-stripe
bin/magento setup:upgrade
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 |
The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->Stripe
There is no ETA for implementation, but here is the list in order of priority. 1. Multi-shipping address support 2. Stripe Radar
WARNING The docker setup included is intended for local development only.
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
docker-compose -f dev/docker-compose.yml up -d
docker-compose -f dev/docker-compose.yml exec app module-installer
docker-compose -f dev/docker-compose.yml exec app test-unit
docker-compose -f dev/docker-compose.yml exec app test-integration
docker-compose -f dev/docker-compose.yml exec app test-acceptance
Open Software License v3.0