A class to send a request to the ARB XML API.
package |
AuthorizeNet |
---|---|
subpackage |
AuthorizeNetARB |
setRefId(string $refId)
string
createSubscription(\AuthorizeNet_Subscription $subscription) : \AuthorizeNetARB_Response
updateSubscription(int $subscriptionId, \AuthorizeNet_Subscription $subscription) : \AuthorizeNetARB_Response
getSubscriptionStatus(int $subscriptionId) : \AuthorizeNetARB_Response
cancelSubscription(int $subscriptionId) : \AuthorizeNetARB_Response
_handleResponse(string $response) : \AuthorizeNetARB_Response
_getPostUrl() : string
string
_setPostString()
__construct(string $api_login_id = false, string $transaction_key = false)
string
The Merchant's API Login ID.
string
The Merchant's Transaction Key.
setSandbox(bool $bool)
bool
Use the Sandbox.
setLogFile(string $filepath)
string
Path to log file.
getPostString() : string
string
_sendRequest() : \AuthorizeNetARB_Response
LIVE_URL
SANDBOX_URL
_request_type
_request_payload
_api_login
_transaction_key
_post_string
VERIFY_PEER
_sandbox
_log_file