![]() |
authorize.net - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: authorize.net (/showthread.php?tid=8169) |
authorize.net - El Forum - 05-08-2008 [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 authorize.net - El Forum - 05-08-2008 [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 authorize.net - El Forum - 05-08-2008 [eluser]Mirage[/eluser] That, or like me - write your own library. Authorize.Net has PHP example code and a fully documented API. authorize.net - El Forum - 05-09-2008 [eluser]James Gifford[/eluser] I made an Authorize.net library for a recent project. You can download it from my website: http://jamesgifford.com You should also check out the Authorize.net developer APIs at http://developer.authorize.net/guides/ authorize.net - El Forum - 05-19-2008 [eluser]jplanet[/eluser] [quote author="James Gifford" date="1210338115"]I made an Authorize.net library for a recent project. You can download it from my website: http://jamesgifford.com You should also check out the Authorize.net developer APIs at http://developer.authorize.net/guides/[/quote] Hi James, Thanks for posting your code, this was a big help for me! authorize.net - El Forum - 05-17-2010 [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? |