I want to charge extra fee, according to the selected payment method. I've used following module to do it in magento 1.
https://github.com/manishiitg/excellence_magento_blog/tree/master/Fee%20Module/app
Is there a similar module for magento 2.
We can use a payment with specific fee module in Magento 2: https://github.com/mrkhoa99/Boolfly_payment_fee
This module will create a Cash On Delivery module with a specific fee. We can follow this guide to create your own module.