 |
Address (String) [RW] - Customer's Address |
 |
Amount (String) [RW] - Transaction amount to process. |
 |
ApprovalCode (String) [R] - Transaction approval code returned by the processor. |
 |
AVSCode (String) [R] - Address Verification Code. |
 |
CardNumber (String) [RW] - Credit card account number. |
 |
City (String) [RW] - Customer City. |
 |
Company (String) [RW] - Customer company name. |
 |
Country (String) [RW] - Customer country. |
 |
CustomerID (String) [RW] - CustomerID to send to gateway and use in email confirmation. |
 |
Description (String) [RW] - Transaction description. |
 |
Email (String) [RW] - Customer email address. |
 |
ErrorCode (Integer) [R] - Error code returned by the component.
| 0 | No Error |
| 1 | Component busy |
| 2 | Error connecting to server |
| 3 | Error reading results |
| 4 | Login missing |
| 5 | Invalid login |
| 6 | Invalid Data - Check all fields |
| 14 | Invalid processor |
| 15 | Invalid URL |
| 16 | Invalid transaction type |
| 17 | Server Error |
| 19 | One or more required fields are blank |
| 21 | Error creating object |
| 22 | Object error |
| 99 | Unspecific error |
|
 |
ErrorText (String) [R] - Error code description returned by the component. |
 |
ExpDate (String) [RW] - Credit card expiration date. |
 |
Fax (String) [RW] - Customer fax number. |
 |
FirstName (String) [RW] - Customer first name. |
 |
InvoiceNumber (String) [RW] - Invoice Number. |
 |
LastName (String) [RW] - Customer last name. |
 |
Login (String) [RW] - Authorize.net login ID. |
 |
Password (String) [RW] - Authorize.net password. |
 |
Phone (String) [RW] - Customer phone number. |
 |
ResponseCode (String) [R] - Transaction response code returned by the processor. (1 = Approved, 2 = Declined, 3 = Error) |
 |
ResponseReasonCode (String) [R] - Transaction response description. |
 |
ResponseReasonText (String) [R] - Transaction response text returned by the processor. |
 |
State (String) [RW] - Customer State. |
 |
Timeout (Integer) [RW] - Returns or sets the maximum number of seconds the control will spend trying to connect before raising a connection timeout error. Defaults to 60 |
 |
Zip (String) [RW] - Customer zip code. |