gk-root Posted October 11, 2010 Share Posted October 11, 2010 Hello all, I created a custom gateway module and I want to add the gateway fees to the transactions. In my country (Israel) the fees are different per card type and I can add a function to the module that will calculate the fees by card type. The only problem is that I don't know what is the variable name for the fees. Thank you for your help. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted October 11, 2010 Share Posted October 11, 2010 Fo the capture function when you return the success data you can return it as an array something like this return array("status"=>"success","transid"=>$orderNumber,"fee"=>$fee,"rawdata"=>$responseParameters); 0 Quote Link to comment Share on other sites More sharing options...
gk-root Posted October 11, 2010 Author Share Posted October 11, 2010 Working great, Thank a lot 0 Quote Link to comment Share on other sites More sharing options...
media1969 Posted October 12, 2010 Share Posted October 12, 2010 Hello You can also do something with the standard payment gataway I use paypal because it needs to be paid extra Mollie and I use it must also be paid extra How can I set m.v.g. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.