Authorize.Net is my favorite payment mode for using in web development. It is simple, easy and secure payment connection. I use authorize.Net in my codeigniter based projects and here is the code and downloads.
Similar Posts

YouTube Style Rating/Voting System using jQuery, Ajax and PHP. Ever Best Tutorial !
Today I have created Youtube style rating system which is also called thumbs up/down rating. It is 99% identical to original youtube rating system. I have tried my best…
N-Level of Dynamic Loading of DropDowns using Ajax and PHP. Part 2
This is version 2 of my previous tutorial which was dynamic loading of combos with Ajax. But its much more than that. Its now for n-level dropdowns, I mean…
30 Top Codeigniter best Tutorials You must want to know.
Code Igniter is best framework and has an extensive community to help you always. Lot of tutorials are available online. Here i have given some best tutorials.
How can We Create Cron Jobs and Add them in Cpanl.
Creating cron jobs and implementing them on server is little bit tricky for web beginners. Here i will elaborate a simple example for creating and implementing crons on PHP…
SimplePie: An amazing and simple way to show RSS Feeds on website using PHP.
Simple pie is simple and easy way to show rss feeds on your web pages. It provides a class and simple lines of code using which you can show…

Fresh: Ajax Heart Rating System with JQuery and PHP
This is another Rating System and Im sure you can get many awesome rating and voting script at 99Point.info I used animate() function of jQuery to get some stylish effect.When I…
6 Comments
Comments are closed.
Idea is good but just publishing some piece of code will not help anyone. There is no explanation of how to implement it and most of the files are also missing. Where is the description for that?
Hello
Array
(
[0] => 1
[1] => 1
[2] => 1
[3] => (TESTMODE) This transaction has been approved.
[4] => 000000
[5] => P
[6] => 0
……….
Currently i am getting this responses but i want
Array
(
[x_response_code] => 3
[x_response_reason_code] => 5
[x_response_reason_text] => (TESTMODE) A valid amount is required.
[x_avs_code] => P
[x_auth_code] => 000000
[x_trans_id] => 0
[x_method] => CC
This type of responses can you help me how i can get this?
I have implemented this code and its working fine but I have requirment to save the token after every transaction. Can any body help me out.
kindly explain how to use these above 2 code plz
Can you please provide library ?
$this->load->library(‘auth_payment’);
Can you please provide library ?