You can get all the payment method list using Magento 2 by PaymentMethodListInterface interface getList() method.
You can fetch the list of all enable/disable payment method with the specific store, Payment code, and name.
You just need to pass current store id in the getAList() method of above PaymentMethodListInterface interface. You can get the Store Specific Payment list by below way,
