Method | Description | |
---|---|---|
AuthorizePaymentProvider ( ) : System | ||
AuthorizePaymentProvider ( string apiUrl, string arbUrl, string loginID, string transactionKey ) : System | ||
Process ( |
Process method to call from production. Will pass an "isTest" value of false to the Process(payment, isTest) overload.
|
Method | Description | |
---|---|---|
AppendCustomFields ( string>.IDictionary |
||
BuildAimRequest ( |
||
CreateSubscription ( |
||
GetAccountType ( |
||
PopulateMerchantAuthentication ( |
||
PopulateSubscription ( |
||
PostRequest ( object apiRequest, |
||
ProcessOneTime ( |
Provides a hook into Authorize.net's AIM (one time) card processing API
|
|
ProcessRecurring ( |
||
ProcessResponse ( object response ) : |
||
ProcessXmlResponse ( |
public AuthorizePaymentProvider ( string apiUrl, string arbUrl, string loginID, string transactionKey ) : System | ||
apiUrl | string | |
arbUrl | string | |
loginID | string | |
transactionKey | string | |
return | System |
public Process ( |
||
payment | Payment object to pass to Authorize.net gateway | |
return |