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

Ajax Tutorial: How to Create Ajax Search Using PHP jQuery and MYSQL
This tutorial shows how to create simple and attractive Ajax based search using PHP, jQuery, MySQL and Ajax.
How can We verify Captcha with Ajax in Codeigniter?
Captcha is necessary part of any form. But if we see with end user point of view, a user feels bad when he/she has to give a right verification…
MySQL date_format: To get date in different styles.
My SQL has a special function that allows the developer to format the date in any way they wish by specifying a sequence of format strings. A string is…
Create Simple Rounded News Scroller using Mootools.
Mootools is very easy to use library and has a large number of functionalities which reduce lot of our work to do. News scroller is used to put a…
50 CSS techniques and Tips which you always need.
A web page is combination of HTML, Javascript and any scripting language which makes it working. CSS is most important to stylized and make web pages interactive and attractive….
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…
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 ?