https://github.com/checkout/checkout-shopware5-plugin
https://github.com/checkout/checkout-shopware5-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/checkout/checkout-shopware5-plugin
- Owner: checkout
- License: gpl-3.0
- Created: 2021-04-20T10:30:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T14:26:22.000Z (over 1 year ago)
- Last Synced: 2024-12-30T15:28:25.641Z (over 1 year ago)
- Language: PHP
- Size: 603 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CkoCheckoutPayment
## About CkoCheckoutPayment
Checkout.com Payment Provider for Shopware 5.6
## Supported Payment Methods
- Giropay
- Sofort
- Klarna
- EPS
- iDEAL
- Bancontact
- SEPA
- Paypal
- gPay
## Installation
- Switch to the plugin directory
- `composer install`
- **this will install all dependencies that are required**
- Activate & Install the plugin and configure it with your secret & public key
- Test the configuration for validation
- Register webhooks
- Enable the payment methods you need for shop(s)
## Running tests
- Switch to the plugin directory
- Execute composer test to run all tests
## Capturing Payments
###### If auto capture is enabled capture will done automatically for the supported payment methods
- Goto Backend -> Orders and select a order
- There is a new tab called "Checkout.com"
- Click on the capture button to trigger capturing of the order
- You can capture the complete order or just a few order positions
- Total Remaining possible capture amount will be shown above
## Refunding Payments
###### Refunding order positions is only possible with Pickware ERP
- Goto Backend -> Orders and select a order
- There is a new tab called "Checkout.com"
- Click on the refund button to trigger refunding of the order
- You can refund the complete order or just a few order positions
- Total Remaining possible refund amount will be shown above
## Voiding Payments
- Goto Backend -> Orders and select a order
- There is a new tab called "Checkout.com"
- Click on the void button to trigger voiding of the order
## Checking Logs
- You can check the logs via the backend or the cli (tail -f var/log/cko_checkout_payment_dev-Y-m-d.log)
## License
Please see [License File](LICENSE) for more information.