iTransact is not one of the built in gateways. The class library that implements our payment gateways is completely open though so you can interface to whatever gateway you want. We also have a stub that will use a component from nSoftware which does support over 30 gateways. Be aware though that this component does require some tweaking to get each gateway working.
It really depends on the version of the software that you use. The latest version (v5.1.1) has the Custom Gateway class in Libraries/ZNode.Libraries.ECommerce.Business/ZNodeCustomGateway.cs
This is just a stub class that allows you to use your own code for coding to a gateway. Once coded you can just configure the Custom Gateway as a payment option just like any other gateway.
The nSoftware component can be purchased from www.nsoftware.com. They provide several payment components that will interface with many gateways. It does take some coding to get them configured correctly for your particular gateway.
Payment Gateways
iTransact is not one of the built in gateways. The class library that implements our payment gateways is completely open though so you can interface to whatever gateway you want. We also have a stub that will use a component from nSoftware which does support over 30 gateways. Be aware though that this component does require some tweaking to get each gateway working.
Znode Administrator
email: support@znode.com
url: www.znode.com
Payment Gateways
Where is this component you refer to in this mail and how do I link to the LinkPoint payment gateway from Znode? Where is the best extension point.
Payment Gateways
It really depends on the version of the software that you use. The latest version (v5.1.1) has the Custom Gateway class in Libraries/ZNode.Libraries.ECommerce.Business/ZNodeCustomGateway.cs
This is just a stub class that allows you to use your own code for coding to a gateway. Once coded you can just configure the Custom Gateway as a payment option just like any other gateway.
The nSoftware component can be purchased from www.nsoftware.com. They provide several payment components that will interface with many gateways. It does take some coding to get them configured correctly for your particular gateway.
Znode Administrator
email: support@znode.com
url: www.znode.com