Here I will explaing how to create custom paymnet method in Magento 2.
Follow the below steps.
Declare Module Continue reading Create Payment Method Magento 2
Here I will explaing how to create custom paymnet method in Magento 2.
Follow the below steps.
Declare Module Continue reading Create Payment Method Magento 2
Following query will help you to get the active payment methods in magento 2.
select * from core_config_data where path like '%payment%' and path like '%active%' and value=1;