E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseApproved (property)

Indicates the status of the last transaction.

Syntax

@property (nonatomic,readonly,assign,getter=responseApproved) BOOL responseApproved;
- (BOOL)responseApproved;
public var responseApproved: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Indicates the status of the last transaction. This property will be True if the last transaction was approved. However, you should not rely solely on the value contained in this property. After every transaction, the ResponseCode should be inspected and evaluated according to the specifications of the Gateway in use. A list of response codes for each gateway is listed in the table of contents. However, it is recommended that the developer acquire the current list from the Gateway which is being used.

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]