composer require mage2pro/checkout.com:*
bin/magento setup:upgrade
bin/magento setup:static-content:deploy
bin/magento setup:di:compile
- 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