Welcome Guest, Not a member yet? Register   Sign In
authorize.net
#1

[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
#2

[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
#3

[eluser]Mirage[/eluser]
That, or like me - write your own library. Authorize.Net has PHP example code and a fully documented API.
#4

[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/
#5

[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!
#6

[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?




Theme © iAndrew 2016 - Forum software by © MyBB