E-Payment Integrator 2020 macOS Edition

Questions / Feedback?

Response Property

Contains the response to the authorization.

Syntax

public var response: EPResponse {
get {...} }

Remarks

This property will contain the response returned from the Gateway server. It should be inspected (and logged) after a call to AuthOnly, Sale, Capture, Credit, Force, or VoidTransaction. The EPResponse type contains the following fields:

ApprovalCode Contains an authorization code for an approved transaction.
Approved Indicates whether the transaction was successful (True) or unsuccessful (False).
ApprovedAmount The amount approved for the transaction, this is the amount actually charged to the credit card.
AVSResult Contains the Address Verification System result code. Used for fraud detection.
Code Indicates the success or failure of the transaction.
CVVResult Contains the returned CVV result code if it was requested. Used for fraud detection.
Data Contains the raw response from the host.
ErrorCode Additional code returned for declined or failed transactions.
ErrorText Description of the error which occurred.
InvoiceNumber Merchant-generated invoice number echoed back in the response.
ProcessorCode Return code generated by the processor, or additional gateway response code that may contain more information beyond "Approved" or "Declined".
Text Contains a human-readable message explaining the code.
TransactionId Host-generated transaction identifier, used for Captures, Credits, or Voids.

Note that many gateways do not return values in all of these properties. Any field in the Data which has not been parsed into these Response properties may be retrieved with the GetResponseVar method.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 macOS Edition - Version 20.0 [Build 7941]