https://github.com/pfpayments/shopware-6
PostFinance Checkout integration for Shopware 6
https://github.com/pfpayments/shopware-6
Last synced: about 1 month ago
JSON representation
PostFinance Checkout integration for Shopware 6
- Host: GitHub
- URL: https://github.com/pfpayments/shopware-6
- Owner: pfpayments
- License: apache-2.0
- Created: 2020-05-31T21:44:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T08:20:08.000Z (2 months ago)
- Last Synced: 2026-01-15T14:56:45.824Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 4.62 MB
- Stars: 8
- Watchers: 6
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PostFinance Checkout Integration for Shopware 6
=============================
The PostFinance Checkout plugin wraps around the PostFinance Checkout API. This library facilitates your interaction with various services such as transactions.
Please 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).
## Requirements
- Shopware 6.7.x, 6.6.x or 6.5.x. See table below.
- PHP minimum version supported by the each shop version.
## Documentation
- For English documentation click [here](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/en/documentation.html)
- Für die deutsche Dokumentation klicken Sie [hier](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/de/documentation.html)
- Pour la documentation Française, cliquez [ici](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/fr/documentation.html)
- Per la documentazione in tedesco, clicca [qui](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/7.3.1/docs/it/documentation.html)
## Installation
### **Via Composer (Recommended)**
1. Navigate to your Shopware root directory.
2. Run:
```bash
Copy
composer require postfinancecheckout/shopware-6
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache PostFinanceCheckout
```
### Manual Installation
1. Download the latest [Release](../../releases)
2. Extract the ZIP to custom/plugins/PostFinanceCheckout.
```bash
Copy
bin/console plugin:refresh
bin/console plugin:install --activate --clearCache PostFinanceCheckout
```
## Update
### Via Administration
1. Go to Shopware Admin > Extensions > My extensions.
2. Find PostFinanceCheckoutPayment.
3. Click Update.
### Via CLI
1. Deploy the new plugin files (replace the folder in custom/plugins/PostFinanceCheckoutPayment or upload/install a new ZIP).
2. Run:
```bash
bin/console plugin:refresh
bin/console plugin:update --clearCache PostFinanceCheckoutPayment
bin/console cache:clear
```
## Configuration
### API Credentials
1. Navigate to Shopware Admin > Settings > PostFinanceCheckout.
2. Enter your Space ID, User ID, and API Key (obtained from the [PostFinance Checkout Portal](https://checkout.postfinance.ch/)).
### PostFinanceCheckout does not appear in Settings
1. You should run the following commmand
```bash
Copy
bin/build-administration.sh
```
### Payment Methods
Configure supported methods (e.g., credit cards, Apple Pay) via the [PostFinance Checkout Portal](https://checkout.postfinance.ch/).
### Key Features
**iFrame Integration**: Embed payment forms directly into your checkout.
**Refunds & Captures**: Trigger full/partial refunds and captures from Shopware or the [PostFinance Checkout Portal](https://checkout.postfinance.ch/).
**Multi-Store Support**: Manage configurations across multiple stores.
**Automatic Updates**: Payment methods sync dynamically via the PostFinanceCheckout API.
**Subscriptions**: Make recurring payments with Subscriptions (Shopware Commercial) and PostFinanceCheckout.
## Compatibiliity
___________________________________________________________________________________
| Shopware 6 version | Plugin major version | Supported until |
|-------------------------------|------------------------|------------------------|
| Shopware 6.7.x | 7.x | Further notice |
| Shopware 6.6.x | 6.x | March 2026 |
| Shopware 6.5.x | 5.x | October 2024 |
-----------------------------------------------------------------------------------
### Troubleshooting
**Logs**: Check payment logs with:
```bash
Copy
tail -f var/log/postfinancecheckout*.log
```
### Common Issues:
Ensure composer update postfinancecheckout/shopware-6 is run after updates.
Verify API credentials match your PostFinanceCheckout account.
## FAQs
**Q: Does this plugin support one-click payments?**
A: Yes, via tokenization in the PostFinanceCheckout Portal.
**Q: How do I handle PCI compliance?**
A: The plugin uses iFrame integration, reducing PCI requirements to SAQ-A.
### Changelog
For version-specific updates, see the [GitHub Releases](https://github.com/pfpayments/shopware-6/releases).
### Contributing
Report issues via GitHub Issues.
Follow the Shopware Plugin Base Guide for development.
This template combines technical clarity with user-friendly guidance. For advanced customization (e.g., overriding templates or payment handlers), refer to the Shopware Documentation.
## License
Please see the [license file](https://github.com/pfpayments/shopware-6/blob/master/LICENSE.txt) for more information.