E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseCode (property)

Indicates the status of the authorization request.

Syntax

@property (nonatomic,readonly,assign,getter=responseCode) NSString* responseCode;
- (NSString*)responseCode;
public var responseCode: String {
  get {...}
}

Default Value

""

Remarks

Indicates the status of the authorization request. This property contains the actual response code as returned by the Gateway. Unlike the ResponseApproved property, this ResponseCode property may provide more details about why a transaction was declined. Therefore, it is recommended that developers check the ResponseCode as well as the ResponseApproved property. The Point of Sale system should evaluate this response code and NOT the ResponseText to determine nature of a response message. The current (at the time of this release) response codes for the supported Gateways are listed in the table of contents to your left.

This property is read-only.

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