You can get all the active payment method list using Magento 2 by PaymentMethodListInterface interface.
You can fetch the list of all active payment method only with the specific store by Payment title/code and name.
You just need to pass current store id in the getActiveList() method of above interface. Continue reading “Get all active payment method list by store id Magento 2.”