{"id":20349144,"url":"https://github.com/mage2pro/qiwi","last_synced_at":"2025-04-12T01:22:48.687Z","repository":{"id":62521819,"uuid":"88617154","full_name":"mage2pro/qiwi","owner":"mage2pro","description":"Visa QIWI Wallet (QIWI Кошелёк) integration with Magento 2","archived":false,"fork":false,"pushed_at":"2024-05-22T02:22:08.000Z","size":133,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-25T21:07:34.031Z","etag":null,"topics":["mage2pro","mage2pro-module","mage2pro-module-ready","mage2pro-module-reusable","mage2pro-payment","magento2","magento2-extension","magento2-module","magento2-payment-gateway","qiwi","russia"],"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-18T11:26:25.000Z","updated_at":"2024-05-22T02:22:11.000Z","dependencies_parsed_at":"2023-12-19T10:05:37.180Z","dependency_job_id":"17fa97cf-a08b-4106-b5f9-c17f2aa774e8","html_url":"https://github.com/mage2pro/qiwi","commit_stats":{"total_commits":167,"total_committers":2,"mean_commits":83.5,"dds":"0.26347305389221554","last_synced_commit":"e1229f4d75e5bb3e2d7b43c0e4e71af7a58e8283"},"previous_names":[],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fqiwi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fqiwi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fqiwi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fqiwi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/qiwi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358547,"owners_count":21090403,"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","magento2","magento2-extension","magento2-module","magento2-payment-gateway","qiwi","russia"],"created_at":"2024-11-14T22:24:21.120Z","updated_at":"2025-04-12T01:22:48.663Z","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 [Visa QIWI Wallet](https://corp.qiwi.com/en/business/onlineshops.action) (QIWI Кошелёк) payment service.  \nToday QIWI payment service is offered in [8 countries](https://corp.qiwi.com/en/company/world.action): Russia, Kazakhstan, Moldova, Romania, Belarus, United States, Brazil, Jordan.  \nThe module is **free** and **open source**.\n\n## Screenshots\n### Frontend checkout screen\n![](https://mage2.pro/uploads/default/original/2X/5/53e77dd7f992f615a96265579523cbf1db3c0cdb.png)\n\n### Backend settings\n![](https://mage2.pro/uploads/default/original/2X/e/e5a6acb10472fb8ebb69cd3e2f181d76742bb618.png)\n\n### Some additonal screenshots:\n\n- [The extension settings](https://mage2.pro/t/topic/4444).\n- [How is a payment's description shown on the **QIWI Wallet payment page**?](https://mage2.pro/t/topic/4481)\n- [How is a payment's description shown in a **customer's QIWI Wallet account**?](https://mage2.pro/t/topic/4482)\n- [How is a payment's description shown in the **QIWI Wallet merchant interface**?](https://mage2.pro/t/topic/4483)\n\n## How to buy\nYou can buy it with PayPal [here](https://mage2.pro/t/3669).  \nThere are [local payment options](http://magento-forum.ru/topic/1003) available to Russia-based customers.\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/qiwi:*\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 ru_RU en_US \u003cadditional locales, e.g.: kk_KZ\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/qiwi\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/qiwi:*\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 ru_RU en_US \u003cadditional locales, e.g.: kk_KZ\u003e\u003e\nbin/magento maintenance:disable\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fqiwi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fqiwi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fqiwi/lists"}