Back to Magento2

Magento_Payment module

app/code/Magento/Payment/README.md

2.4.8397 B
Original Source

Magento_Payment module

This 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 that should be extended by particular payment methods.