Response Property
Contains the response to an authorization request.
Syntax
public FDMSRcResponse getResponse();
Remarks
This property will contain the response returned from the FDMS server. It should be inspected (and logged) after an authorization to determine if the transaction was approved. The FDMSRcResponse type contains the following fields:
ApprovalCode | The Approval Code returned from the server after a successful authorization. |
AuthorizedAmount | When supporting partial authorizations, this is the amount actually charged to the credit card. |
AuthorizingNetworkId | The network Id as returned by the host, if available. |
AuthorizingNetworkName | The authorizing network name as returned by the host, when available. |
AVSResult | Contains the Address Verification System result code. |
Balance | Contains the remaining available balance left on a prepaid card. |
CardLevelResult | Two character card level results field returned in the response to Visa authorizations. |
Code | Contains the 3 digit response code indicating success or reason of failure. |
CommercialCard | Indicates whether the credit card charged is a corporate commercial card (and if so the type of commercial card). |
CVVResult | Contains the returned CVV result code (if CVV data was sent in the request). |
DatawireReturnCode | Contains an error code providing more details about the DatawireStatus received. |
DatawireStatus | Status of the communication with Datawire. |
EMVData | The EMV data returned in the response (if any). |
POSData | Transaction specific information returned by the issuer (if any). |
ReturnedACI | Returned Authorization Characteristics Indicator contains CPS qualification status. |
RoutingIndicator | Whether the transaction was processed as Credit or Debit. |
SettlementDate | The date the transaction will be settled in the format MMDD. |
Text | Additional text which describes the reason for a decline, the field in error, etc. |
TransactionDate | The transaction date returned from the server in YYYYMMDDhhmmss format. |
TransactionId | The card issuer's Transaction Reference Number. |
This property is read-only.