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
How to Upload files in Codeigniter. A simple way for beginner of CI
Codeigniter has a number of libraries and helpers which you can use for making your code reliable and bugs free. CI provides an extensive library of common usage classes….

CSS | JQuery | Miscellaneous | PHP Tutorials
Fresh JQuery Image Gallery with Captions and Auto Play/Pause Rotation
Tutorials on image galleries and menus are my favorite because these two things put an attractive look into your web pages. That’s why in the last few weeks I…
CSS | JQuery | Miscellaneous | Tutorials
Super JQuery Based Maze Game
This is a super maze game with some interesting working flow created with jquery. I love it. In this game, you have to take the bomb to the end…

CSS | JQuery | Miscellaneous | PHP Tutorials | Web Design
JQuery Based Flipped Image Gallery with Bounce Effects
Image galleries are the most important element of any website. Here, I have created a simple jQuery-based flipped image gallery. On hover, the images will expand. It’s a simple…
MySQL, PHP, Codeigniter, CSS and JQuery working tips.
Following are some useful tips when a developer needs them while developing. Keeping these points in mind will help us to improve our skills.

CSS | JQuery | Miscellaneous | PHP Tutorials | Web Design
Stylish Animated Login and Signup Form with JQuery and CSS3
Check out an amazing animated and stylish login/register jquery form that is simple to use. I put some animation which adds some attractive looks. If anyone needs this form…
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 ?