{"id":20349140,"url":"https://github.com/mage2pro/postfinance","last_synced_at":"2026-02-02T04:05:13.457Z","repository":{"id":62521829,"uuid":"100734337","full_name":"mage2pro/postfinance","owner":"mage2pro","description":"PostFinance integration with Magento 2","archived":false,"fork":false,"pushed_at":"2023-07-20T18:07:48.000Z","size":87,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-13T19:04:23.012Z","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","postfinance","switzerland"],"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-08-18T17:14:17.000Z","updated_at":"2024-03-30T22:31:48.000Z","dependencies_parsed_at":"2024-11-15T01:00:25.678Z","dependency_job_id":null,"html_url":"https://github.com/mage2pro/postfinance","commit_stats":{"total_commits":122,"total_committers":2,"mean_commits":61.0,"dds":0.2213114754098361,"last_synced_commit":"9061ea780ce457ed189b9f28725f3da56117b085"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/mage2pro/postfinance","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpostfinance","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpostfinance/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpostfinance/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpostfinance/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mage2pro","download_url":"https://codeload.github.com/mage2pro/postfinance/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mage2pro%2Fpostfinance/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29004695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","postfinance","switzerland"],"created_at":"2024-11-14T22:24:20.849Z","updated_at":"2026-02-02T04:05:13.418Z","avatar_url":"https://github.com/mage2pro.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"This extension integrates a Magento 2 based webstore with the **[PostFinance](https://www.postfinance.ch)** payment service (Switzerland).  \nThe module is **free** and **open source**.\n\n## Settings\n![](https://mage2.pro/uploads/default/original/2X/4/4e4c87f313d6b99c507e979a6a77f5a8a2b5922a.png)\n\n## Screenshots\n- [The payment menu](https://mage2.pro/t/topic/4397) (generated by PostFinance, not by the extension)\n  - [The **VISA** payment interface](https://mage2.pro/t/topic/4396)\n  - [The **MasterCard** payment interface](https://mage2.pro/t/topic/4398)\n  - [The **PostFinance E-finance** payment interface](https://mage2.pro/t/topic/4399) (an online banking)\n  - [The **PostFinance Card** payment interface](https://mage2.pro/t/topic/4394)\n  - [The **TWINT** payment interface](https://mage2.pro/t/topic/4395) (a Switzerland’s digital wallet)\n  - [The **PayPal** payment interface in the test mode](https://mage2.pro/t/topic/4416)  \n\n## How to buy\nYou can buy it with PayPal [here](https://mage2.pro/t/3183).  \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/postfinance:*\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_CH fr_CH it_CH rm_CH gsw_CH\u003e\nbin/magento maintenance:disable\n```\n\n## How to update\n```\nbin/magento maintenance:enable\ncomposer remove mage2pro/postfinance\nrm -f composer.lock\ncomposer clear-cache\ncomposer require mage2pro/postfinance:*\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_CH fr_CH it_CH rm_CH gsw_CH\u003e\nbin/magento maintenance:disable\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fpostfinance","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmage2pro%2Fpostfinance","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmage2pro%2Fpostfinance/lists"}