The extension integrates your Magento 2 store with the Checkout.com payment service.
The source is on GitHub: https://github.com/mage2pro/checkout.com
Demo videos
- A payment is captured with 3D-Secure validation
- A payment is preauthorized on an order placement, and then captured from Magento 2 backend
- A payment is preauthorized on an order placement, and then captured from the linked Checkout.com account
- A payment is preauthorized on an order placement, and then voided from Magento 2 backend
- A payment is preauthorized on an order placement, and then voided from the linked Checkout.com account
- Capturing a suspicious (presumably fraudulent) payment from the Magento 2 backend
- Capturing a suspicious (presumably fraudulent) payment from the linked Checkout.com account
- Denying a suspicious payment from the Magento 2 backend
- Denying a suspicious payment from the linked Checkout.com account
- Refunding a payment from the Magento 2 backend
- Refunding a payment from the linked Checkout.com account
How to install
composer require mage2pro/checkout.com:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
If you have some problems while executing these commands, then check the detailed instruction.