Log in
Model

Reader

Magento\Payment\Model\Config\Reader

What it does

This class reads and processes payment configuration XML files in Magento 2.

It extends the filesystem configuration reader to merge payment-related XML configurations, specifically handling credit card types, payment groups, and payment methods.

Developers use this indirectly when Magento loads payment configurations from module XML files during system initialization.