CodeIgniter: Payment Gateway using Authorize.net Library

Share on TwitterDigg This

First, download the Authorize.net library for CodeIgniter from here :
Download Authorize.net CodeIgniter Library ยป
Put the lib on your libraries directory, then load it as follow :

<

// Load authorize_net library
 $this->load->library('authorize_net'); 
 
// Invoke Authorize.net service 
$this->authorize_net->set_params($_POST); 
 
$this->authorize_net->set_login('$login_id', '$tran_key');
 
 $this->authorize_net->process(true); 
 
$response = $this->authorize_net->response();

Random

About prabin t p

Connect with me on Google+
This entry was posted in php. Bookmark the permalink.

2 Responses to CodeIgniter: Payment Gateway using Authorize.net Library

  1. Sneaker News is your complete source for Air Jordans. Click in for for more info on Air Jordans including release dates, prices & purchase info.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">