E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseText (property)

Text information that describes each response code.

Syntax

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

Default Value

""

Remarks

Text information that describes each response code. This property contains a response or display text message. This message can be used by the terminal to display the authorization result. The display text must not be used to determine the nature of a response message. A Gateway may translate the response according to the language indicated in the merchant account setup (if applicable).

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]