TransactionResponse

Description

The TransactionResponse object contains the results for a transaction request.

Properties

TypeNameDescription
stringCustNumIdentifies the Customer associated with the transaction.
stringResultCodeCode representing the result.
Possible Values
  • A - Approved
  • E - Error
stringResultText description of the result code.
doubleRemainingBalanceRemaining balance on the card.
stringRefNumTransaction reference number assigned by EBizCharge.
stringProfilerReasonNot currently used.
stringProfilerResponseNot currently used.
stringProfilerScoreNot currently used.
stringPayloadNot currently used.
booleanisDuplicateWhether a duplicate transaction was detected.
stringErrorCodeCode representing the type of error.
stringErrorText description of error code.
stringVpasResultCodeNot currently used.
stringConvertedAmountCurrencyCurrency code for the new currency.
doubleConvertedAmountTransaction amount converted to new currency.
doubleConversionRateRate used to convert transaction amount.
stringCardLevelResultCodeCode representing the card level result.
stringCardLevelResultText description of the card level result.
stringCardCodeResultCodeCard code result code.
Possible Values
  • N - No match
  • M - Match
  • P - Not processed
  • null - No CVV2/CVC data available for transaction
stringCardCodeResultText description of the card code result.
stringBatchRefNumUnique reference number for the batch.
stringBatchNumBatch sequence number.
stringAvsResultCodeCode representing the AVS result.
stringAvsResultText description of the AVS result code.
stringAuthCodeUnique authorization code assigned by EBizCharge.
doubleAuthAmountAmount authorized for the transaction.
stringAcsUrlNot currently used.
stringStatusIndicates whether the operation is pending, succeeded, or failed.
stringStatusCodeCode representing the operation status.
Possible Values
  • S - Settled
  • P - Pending
  • R - Returned