AuthorizeNetRequest

Sends requests to the Authorize.Net gateways.

package

AuthorizeNet

subpackage

AuthorizeNetRequest

Methods

Set the _post_string

_setPostString() 
abstract

Handle the response string

_handleResponse($string) 
abstract

Arguments

$string

Get the post url. We need this because until 5.3 you you could not access child constants in a parent class.

_getPostUrl() 
abstract

Constructor.

__construct(string $api_login_id = false, string $transaction_key = false) 

Arguments

$api_login_id

string

The Merchant's API Login ID.

$transaction_key

string

The Merchant's Transaction Key.

Alter the gateway url.

setSandbox(bool $bool) 

Arguments

$bool

bool

Use the Sandbox.

Set a log file.

setLogFile(string $filepath) 

Arguments

$filepath

string

Path to log file.

Return the post string.

getPostString() : string

Response

string

Posts the request to AuthorizeNet & returns response.

_sendRequest() : \AuthorizeNetARB_Response

Response

\AuthorizeNetARB_Response

The response.

Constants


                                
inherited


                                
inherited

Properties

_transaction_key

_transaction_key

_post_string

_post_string

VERIFY_PEER

VERIFY_PEER

_sandbox

_sandbox

_log_file

_log_file


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited


                                
inherited