[eluser]Unknown[/eluser]
Hi friends,
i need to implement authorize.net in one of my ecommerce site using CI.
im very new to payment gateways.
please tmme from where to start and what exactly i should follow.
Thanks & Regards,
Michael
[eluser]Seppo[/eluser]
When I worked with authorize I just look for a library in phpclasses.org
Just put it in application/libraries load it with $this->load->library and use it like $this->authorize
[eluser]Mirage[/eluser]
That, or like me - write your own library. Authorize.Net has PHP example code and a fully documented API.
[eluser]mattlezeay[/eluser]
This looks great to use... I am still very new to both CI and Authoize.net (makes for a fun project O.o) do you have an example of a basic process of setting info? I just need something as simple as the order of the functions you would call with maybe just one parameter for it like x_amount or something. Any help would be great, thanks! Also, I am planning on using this in a SIM setup, it looks like that is what this is setup for but again I'm just starting to use Authorize.net. So will this work with SIM?