Name
Last commit
Last update
..
Api added files
Block added files
Gateway added files
Helper added files
Model added files
Observer added files
Plugin added files
Test added files
Ui/Component/Listing/Column/Method added files
etc added files
i18n added files
view added files
LICENSE.txt added files
LICENSE_AFL.txt added files
README.md added files
composer.json added files
registration.php added files

The Magento_Payment module provides the abstraction level for all payment methods, and all logic that should be used when adding a new payment method. This logic includes configuration models, separate models for payment data verification and so on. For example, Magento\Payment\Model\Method\AbstractMethod is an abstract model which should be extended by particular payment methods.