{"id":20349252,"url":"https://github.com/mage2pro/paymill","last_synced_at":"2025-06-19T07:38:15.631Z","repository":{"id":62521812,"uuid":"80960307","full_name":"mage2pro/paymill","owner":"mage2pro","description":"Paymill integration with Magento 2","archived":false,"fork":false,"pushed_at":"2023-02-27T16:00:22.000Z","size":217,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T23:36:24.005Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","paymill","refund"],"latest_commit_sha":null,"homepage":"https://upwork.com/fl/mage2pro","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mage2pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-02-05T01:19:09.000Z","updated_at":"2024-03-30T22:59:42.000Z","dependencies_parsed_at":"2022-11-02T15:16:11.708Z","dependency_job_id":"4ccba070-adb6-4eab-8cbe-949ebf7101d7","html_url":"https://github.com/mage2pro/paymill","commit_stats":{"total_commits":348,"total_committers":2,"mean_commits":174.0,"dds":0.1637931034482759,"last_synced_commit":"7a0c7a90e679193257a0bfadcfe303fdf4649155"},"previous_names":[],"tags_count":69,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpaymill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpaymill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpaymill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpaymill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/paymill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877787,"owners_count":20035497,"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":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento","magento-extension","magento2","magento2-extension","magento2-module","magento2-payment-gateway","paymill","refund"],"created_at":"2024-11-14T22:24:50.671Z","updated_at":"2025-03-04T16:21:51.110Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"The module integrates a Magento 2 based webstore with the **[Paymill](https://www.paymill.com)** payment service.  \nThe module is **free** and **open source**.\n\n## Screenshots\n### 1. Frontend. The payment form\n![](https://mage2.pro/uploads/default/original/2X/2/2f9eabe9c2420606e9316cea917f9210876fce7e.png)\n\n![](https://mage2.pro/uploads/default/original/2X/0/08287f77e94626e8720c7ed9b6fa684a133573f3.png)\n\n### 2. Backend. The extension's settings\n![](https://mage2.pro/uploads/default/original/2X/c/cb381083de2b229fcf749b0d980f1ab548309c86.png)\n\n## Demo videos\n\n1. [**Capture** a card payment](https://mage2.pro/t/2732).\n2. [**Authorize** a card payment, and **capture** it from the **Magento** side](https://mage2.pro/t/2733).\n3. [**Authorize** a card payment, and **void** it from the **Magento** side](https://mage2.pro/t/2737).\n4. [Partial and multiple **refunds** from the **Magento** side](https://mage2.pro/t/2739).\n5. [**Capture** a card payment with the **3D Secure** verification](https://mage2.pro/t/2740).\n6. [Capture and refund a card payment from the **Paymill** side (using a **webhook**)](https://mage2.pro/t/2752).\n\n## How to install\n[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will: \n- install and configure the module properly on your website\n- answer your questions\n- solve compatiblity problems with third-party checkout, shipping, marketing modules\n- implement new features you need \n\n### 2. Self-installation\n```\nbin/magento maintenance:enable\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/paymill:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f en_US \u003cadditional locales, e.g.: de_DE\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/paymill\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/paymill:*\nbin/magento setup:upgrade\nbin/magento cache:enable\nrm -rf var/di var/generation generated/code\nbin/magento setup:di:compile\nrm -rf pub/static/*\nbin/magento setup:static-content:deploy -f en_US \u003cadditional locales, e.g.: de_DE\u003e\nbin/magento maintenance:disable\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fpaymill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fpaymill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fpaymill/lists"}