Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

Response Property

Contains the response to the authorization.

Syntax

[VB.NET]
Public ReadOnlyProperty Response As PTechGiftCardResponse

[C#]
public PTechGiftCardResponse Response {get;}

Remarks

This property will contain the response returned from the Paymentech server. It should be inspected (and logged) after a call to ActivateCard, AddValue, BalanceInquiry, DeactivateCard, ReactivateCard, RedeemCard or VoidTransaction. The PTechGiftCardResponse type contains the following fields:

ApprovalCode Contains an authorization code for an approved transaction.
AuthorizedAmountUsed for partial authorizations. Indicates the actual amount authorized from the stored value card.
Balance Balance after this transaction was completed.
BatchNumber Number that identifies the batch that this transaction will be settled in.
CashOut Returned only when CashOutIndicator is True, and will contain the total value removed from the card.
Code Indicates the success or failure of the transaction.
CVVResult Contains the returned CVV result code if it was requested. Used for fraud detection.
PreviousBalance Balance before this transaction started.
RetrievalNumber Reference number returned from the Paymentech host.
SequenceNumber SequenceNumber echoed from the authorization.
Text Contains a human-readable message explaining the code.
Trace Gift Card-specific host tracking number for this transaction.

This property is read-only.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0