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

JQuery Alert Dialog Boxes With Simple Demo
Browsers alert boxes are simple and they look different from browser to browser and while sometimes this is a good thing as the user is used to their browser’s…
How To: Update Your Twitter Status Using PHP.
Twitter is social networking website which keeps your followers with you. Twitter provides an extensive API using which we can update twitter status through PHP code.
AJAX | JQuery | Miscellaneous | PHP Tutorials | Tutorials | Web Design
New Digg Style Follow Unfollow Application Using jQuery and PHP
You know Digg has changed its style and layout and now I think it looks awesome. This time on 99Points, I create Digg Style follow/unfollow application. I tried to…
zGrid: Best PHP/AJAX Grid System. Good for Newbie web developers
Few days ago I have developed a Grid system using PHP, jQuery and Ajax. I want to share this with my dear users. It is not very well parametrized…
Send Email from your Gmail account Using Codeigniter.
Codeigniter provides many built in helpers and libraries which help us to perform lot of functionality for developing projects. Here a simple email library make us able to send…
WallScript – The Best PHP/MySQL Social Network Solution in 2016
This is the official announcement that my all-time most downloaded script is ready to amaze you all again. The PHPWallScript version 7 is available to download :)
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 ?