{"id":21302321,"url":"https://github.com/pfpayments/shopware-6","last_synced_at":"2026-02-12T14:19:06.939Z","repository":{"id":43721127,"uuid":"268369417","full_name":"pfpayments/shopware-6","owner":"pfpayments","description":"PostFinance Checkout integration for Shopware 6","archived":false,"fork":false,"pushed_at":"2026-01-15T08:20:08.000Z","size":4841,"stargazers_count":8,"open_issues_count":6,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-15T14:56:45.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pfpayments.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-31T21:44:43.000Z","updated_at":"2026-01-14T14:42:37.000Z","dependencies_parsed_at":"2024-04-17T10:39:06.408Z","dependency_job_id":"56ae8e72-8b20-4195-a903-9e21a0900bf5","html_url":"https://github.com/pfpayments/shopware-6","commit_stats":{"total_commits":80,"total_committers":12,"mean_commits":6.666666666666667,"dds":0.5625,"last_synced_commit":"0ac1b87c1106cd2b77c0ada22580a10ade97a9b4"},"previous_names":[],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/pfpayments/shopware-6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfpayments%2Fshopware-6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfpayments%2Fshopware-6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfpayments%2Fshopware-6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfpayments%2Fshopware-6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pfpayments","download_url":"https://codeload.github.com/pfpayments/shopware-6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pfpayments%2Fshopware-6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-21T15:55:44.964Z","updated_at":"2026-02-12T14:19:06.931Z","avatar_url":"https://github.com/pfpayments.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nPostFinance Checkout Integration for Shopware 6\n=============================\n\nThe PostFinance Checkout plugin wraps around the PostFinance Checkout API. This library facilitates your interaction with various services such as transactions.\nPlease note that this plugin is for versions 6.5, 6.6 or 6.7. For the 6.4 plugin please visit [our Shopware 6.4 plugin](https://github.com/pfpayments/shopware-6-4).\n\n## Requirements\n\n- Shopware 6.7.x, 6.6.x or 6.5.x. See table below.\n- PHP minimum version supported by the each shop version.\n\n## Documentation\n\n- For English documentation click [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/en/documentation.html)\n- Für die deutsche Dokumentation klicken Sie [hier](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/de/documentation.html)\n- Pour la documentation Française, cliquez [ici](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/fr/documentation.html)\n- Per la documentazione in tedesco, clicca [qui](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/it/documentation.html)\n\n## Installation\n\n### **Via Composer (Recommended)**  \n1. Navigate to your Shopware root directory.\n2. Run:\n\n```bash\nCopy\ncomposer require postfinancecheckout/shopware-6\nphp bin/console plugin:refresh\nphp bin/console plugin:install --activate --clearCache PostFinanceCheckout\n```\n\n### Manual Installation\n\n1. Download the latest [Release](../../releases)\n2. Extract the ZIP to custom/plugins/PostFinanceCheckout.\n\n```bash\nCopy\nbin/console plugin:refresh  \nbin/console plugin:install --activate --clearCache PostFinanceCheckout\n```\n\n## Update\n\n### Via Administration\n1. Go to Shopware Admin \u003e Extensions \u003e My extensions.\n2. Find PostFinanceCheckoutPayment.\n3. Click Update.\n\n### Via CLI\n1. Deploy the new plugin files (replace the folder in custom/plugins/PostFinanceCheckoutPayment or upload/install a new ZIP).\n2. Run:\n```bash\nbin/console plugin:refresh\nbin/console plugin:update --clearCache PostFinanceCheckoutPayment\nbin/console cache:clear\n```\n\n## Configuration\n### API Credentials\n\n1. Navigate to Shopware Admin \u003e Settings \u003e PostFinanceCheckout.\n2. Enter your Space ID, User ID, and API Key (obtained from the [PostFinance Checkout Portal](https://checkout.postfinance.ch/)).\n\n### PostFinanceCheckout does not appear in Settings\n\n1. You should run the following commmand\n\n```bash\nCopy\nbin/build-administration.sh\n```\n\n### Payment Methods\n\nConfigure supported methods (e.g., credit cards, Apple Pay) via the [PostFinance Checkout Portal](https://checkout.postfinance.ch/).\n\n### Key Features\n**iFrame Integration**: Embed payment forms directly into your checkout.\n\n**Refunds \u0026 Captures**: Trigger full/partial refunds and captures from Shopware or the [PostFinance Checkout Portal](https://checkout.postfinance.ch/).\n\n**Multi-Store Support**: Manage configurations across multiple stores.\n\n**Automatic Updates**: Payment methods sync dynamically via the PostFinanceCheckout API.\n\n**Subscriptions**: Make recurring payments with Subscriptions (Shopware Commercial) and PostFinanceCheckout.\n\n## Compatibiliity\n\n___________________________________________________________________________________\n| Shopware 6 version            | Plugin major version   | Supported until        |\n|-------------------------------|------------------------|------------------------|\n| Shopware 6.7.x                | 7.x                    | Further notice         |\n| Shopware 6.6.x                | 6.x                    | March 2026             |\n| Shopware 6.5.x                | 5.x                    | October 2024           |\n-----------------------------------------------------------------------------------\n\n### Troubleshooting\n**Logs**: Check payment logs with:\n\n```bash\nCopy\ntail -f var/log/postfinancecheckout*.log\n```\n### Common Issues:\n\nEnsure composer update postfinancecheckout/shopware-6 is run after updates.\n\nVerify API credentials match your PostFinanceCheckout account.\n\n## FAQs\n**Q: Does this plugin support one-click payments?**\nA: Yes, via tokenization in the PostFinanceCheckout Portal.\n\n**Q: How do I handle PCI compliance?**\nA: The plugin uses iFrame integration, reducing PCI requirements to SAQ-A.\n\n### Changelog\nFor version-specific updates, see the [GitHub Releases](https://github.com/pfpayments/shopware-6/releases).\n\n### Contributing\nReport issues via GitHub Issues.\n\nFollow the Shopware Plugin Base Guide for development.\n\nThis template combines technical clarity with user-friendly guidance. For advanced customization (e.g., overriding templates or payment handlers), refer to the Shopware Documentation.\n\n## License\n\nPlease see the [license file](https://github.com/pfpayments/shopware-6/blob/master/LICENSE.txt) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfpayments%2Fshopware-6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfpayments%2Fshopware-6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfpayments%2Fshopware-6/lists"}