E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseApprovalCode (property)

Contains an authorization code when a transaction has been approved.

Syntax

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

Default Value

""

Remarks

Contains an authorization code when a transaction has been approved. This property contains an authorization code when a transaction has been approved. If the ResponseCode returned indicates that the transaction is not approved, then the contents of this property should be ignored.

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]