E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

authCode (property)

Authorization code from a previous transaction.

Syntax

@property (nonatomic,readwrite,assign,getter=authCode,setter=setAuthCode:) NSString* authCode;
- (NSString*)authCode;
- (void)setAuthCode:(NSString*)newAuthCode;
public var authCode: String {
  get {...}
set {...} }

Default Value

""

Remarks

Some gateways require the merchant to include the ResponseApprovalCode from the original transaction in Credit, VoidTransaction, and Capture transactions. You may send the original approval code in this AuthCode property. The gateways which require this are listed below:

  • gwIntellipay (3)
  • gwBankOfAmerica (13)
  • gwInnovative (14)
  • gwACHPAyments (35)
  • gwForte (36)
  • gwSagePay (50)
  • gwDataCash (77)
  • gwFirstDataE4 (80)

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