Checkout.com Payment Provider for Shopware 5.6
- Giropay
- Sofort
- Klarna
- EPS
- iDEAL
- Bancontact
- SEPA
- Paypal
- gPay
- 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)
- Switch to the plugin directory
- Execute composer test to run all tests
- 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
- 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
- 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
- You can check the logs via the backend or the cli (tail -f var/log/cko_checkout_payment_dev-Y-m-d.log)
Please see License File for more information.