Create a Custom Offline Payment gateway in Magento 2 without the use of AbstractModel.
Using class Magento\Payment\Model\Method\Adapter with virtualType to make it compatible with the latest Magento standard practice to create a payment method.
For the offline Payment method with the configuration setting from the admin panel, you can enable/disable the payment method with the Payment method title. We will create a simple Purchase Order Payment method. Continue reading “How to Create Custom Offline Payment Method using Standard way in Magento 2?”