TransactionObject
Description
The TransactionObject object represents a transaction.
Properties
Type | Name | Description |
|---|---|---|
string | DateTime | Date and time the transaction was created. |
string | Source | Source key that the transaction was processed under. |
ShippingAddress | Shipping address associated with the transaction. | |
string | ServerIP | IP address of the server that submitted the transaction to gateway. |
Response | Details about the result of the transaction. | |
LineItem[] | LineItems | List of line items associated with the transaction. |
Details | Details about the transaction. | |
string | User | Username of the person who processed this transaction. |
CustomFields | List of custom fields. | |
string | CustomerID | Identifies the Customer associated with the transaction. |
CreditCardData | Card data associated with the transaction. | |
string | ClientIP | IP address of client. |
CheckTrace | Provides information about whether the check was processed. | |
CheckData | ACH/eCheck payment details for the transaction. | |
BillingAddress | Billing address associated with the transaction. | |
string | AccountHolder | Name of the account holder. |
string | Status | Indicates whether the transaction was authorized. |
string | TransactionType | Type of transaction. Possible Values
|
Updated 4 months ago
