TransactionResponse

Description

The TransactionResponse object contains the results for a transaction request.

Properties

Type

Name

Description

string

CustNum

Identifies the Customer associated with the transaction.

string

ResultCode

Code representing the result.

Possible Values
  • A - Approved
  • E - Error

string

Result

Text description of the result code.

double

RemainingBalance

Remaining balance on the card.

string

RefNum

Transaction reference number assigned by EBizCharge.

string

ProfilerReason

Not currently used.

string

ProfilerResponse

Not currently used.

string

ProfilerScore

Not currently used.

string

Payload

Not currently used.

boolean

isDuplicate

Whether a duplicate transaction was detected.

string

ErrorCode

Code representing the type of error.

string

Error

Text description of error code.

string

VpasResultCode

Not currently used.

string

ConvertedAmountCurrency

Currency code for the new currency.

double

ConvertedAmount

Transaction amount converted to new currency.

double

ConversionRate

Rate used to convert transaction amount.

string

CardLevelResultCode

Code representing the card level result.

string

CardLevelResult

Text description of the card level result.

string

CardCodeResultCode

Card code result code.

Possible Values
  • N - No match
  • M - Match
  • P - Not processed
  • null - No CVV2/CVC data available for transaction

string

CardCodeResult

Text description of the card code result.

string

BatchRefNum

Unique reference number for the batch.

string

BatchNum

Batch sequence number.

string

AvsResultCode

Code representing the AVS result.

string

AvsResult

Text description of the AVS result code.

string

AuthCode

Unique authorization code assigned by EBizCharge.

double

AuthAmount

Amount authorized for the transaction.

string

AcsUrl

Not currently used.

string

Status

Indicates whether the operation is pending, succeeded, or failed.

string

StatusCode

Code representing the operation status.

Possible Values
  • S - Settled
  • P - Pending
  • R - Returned