Payment fee integration
One of the main problems that our Storemate users face is when a customer visits the shop and pays using credit or debit cards the customer is charged an extra amount other than the ordinary 3%.
**MDR is the rate at which merchants are charged for accepting payments made via credit cards, debit cards, net banking and digital wallets.
When considering the chart it seems to be that the main problem is there are various percentages. That means the banks in countries like Sri Lanka make the payments in various percentages. These percentages may be 3% or 3.5%. The customer has to pay different percentages in various situations and it is difficult for the system to manage all these different incidents at once.
So the main question that comes to our mind is what do we do with this?
That is why I did a little development. The first thing I do here is to save the payment fee for different bank cards as a percentage.
Here we discussed how we normally visit a shop and buy things. The next thing we hope to do is to connect the payment fee when the customer has to pay when buying things using cards through our Woocommerce site through order sync. we will discuss it through the next development.