{"id":13752592,"url":"https://github.com/pmclain/module-stripe","last_synced_at":"2025-12-30T06:05:52.765Z","repository":{"id":57042966,"uuid":"80884547","full_name":"pmclain/module-stripe","owner":"pmclain","description":"Stripe Payments for Magento 2","archived":true,"fork":false,"pushed_at":"2018-12-18T12:07:29.000Z","size":297,"stargazers_count":47,"open_issues_count":12,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-07T01:59:30.267Z","etag":null,"topics":["magento-extension","magento2","stripe","stripe-payment"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pmclain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-04T01:40:10.000Z","updated_at":"2023-04-02T04:48:11.000Z","dependencies_parsed_at":"2022-08-23T23:40:29.733Z","dependency_job_id":null,"html_url":"https://github.com/pmclain/module-stripe","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmclain%2Fmodule-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmclain%2Fmodule-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmclain%2Fmodule-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pmclain%2Fmodule-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pmclain","download_url":"https://codeload.github.com/pmclain/module-stripe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253321675,"owners_count":21890445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento-extension","magento2","stripe","stripe-payment"],"created_at":"2024-08-03T09:01:07.970Z","updated_at":"2025-12-13T12:35:38.380Z","avatar_url":"https://github.com/pmclain.png","language":"PHP","funding_links":[],"categories":["Open Source Extensions"],"sub_categories":["Payment Service Provider"],"readme":"# Magento 2 Stripe Integration\n\n[![Build Status](https://travis-ci.org/pmclain/module-stripe.svg?branch=master)](https://travis-ci.org/pmclain/module-stripe)\n[![Coverage Status](https://coveralls.io/repos/github/pmclain/module-stripe/badge.svg?branch=master)](https://coveralls.io/github/pmclain/module-stripe?branch=master)\n[![Latest Stable Version](https://poser.pugx.org/pmclain/module-stripe/v/stable)](https://packagist.org/packages/pmclain/module-stripe)\n[![Total Downloads](https://poser.pugx.org/pmclain/module-stripe/downloads)](https://packagist.org/packages/pmclain/module-stripe)\n[![License](https://poser.pugx.org/pmclain/module-stripe/license)](https://packagist.org/packages/pmclain/module-stripe)\n\nAccept credit card payments through the Stripe payment gateway.\n\n* Supports Magento Instant Purchase for One Click Checkout\n* Securely accept customer payments using the Stripe.js tokenization when\ncollecting all payments.\n* Provide customers option of storing payment information for future \ntransactions.\n* Stored customer card information can be used for orders created in the\nfrontend or backend.\n* Stored cards deleted by customer in Magento are also removed from the\ncorresponding Stripe customer profile.\n* New payments can be authorize or authorize and capture.\n* Authorized payments can be captured online during invoice creation.\n* Full and partial refund support when creating credit memos.\n* 3D Secure support for one-time and vault payments\n\n## Installation\n#### Composer\nIn your Magento 2 root directory run  \n`composer require pmclain/module-stripe`  \n`bin/magento setup:upgrade`  \n\n## Magento Version Requirements\n| Release | Magento Version |\n| ------- | --------------- |\n| 2.1.x   | \u003e=2.2.5         |\n| 2.0.x   | 2.2.0-2.2.4     |\n| 1.x.x   | 2.1.x           |\n| None    | 2.0.x           |\n\n## Configuration\nThe configuration can be found in the Magento 2 admin panel under  \nStore-\u003eConfiguration-\u003eSales-\u003ePayment Methods-\u003eStripe\n\n## Feature Roadmap\nThere is no ETA for implementation, but here is the list in order of priority.\n1. Multi-shipping address support\n2. Stripe Radar\n\n## Testing and Local Development\n**WARNING**\nThe docker setup included is intended for local development only.\n\n### Local Development\n`cd ./dev`  \n`docker-compose up -d` \n`docker-compose exec app module-installer`  \n`docker-compose exec app magento-installer`\n\nCreate the host entry `127.0.0.1 stripe.docker`\n\n### Execute Tests\n * Setup  \n    `docker-compose -f dev/docker-compose.yml up -d`  \n    `docker-compose -f dev/docker-compose.yml exec app module-installer`  \n * Unit - `docker-compose -f dev/docker-compose.yml exec app test-unit`\n * Integration - `docker-compose -f dev/docker-compose.yml exec app test-integration`\n * Acceptance - `docker-compose -f dev/docker-compose.yml exec app test-acceptance`\n\n## License\nOpen Software License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmclain%2Fmodule-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpmclain%2Fmodule-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpmclain%2Fmodule-stripe/lists"}