E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

responseErrorCode (property)

Additional error code returned by some gateways.

Syntax

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

Default Value

""

Remarks

Additional error code returned by some gateways. If a gateway returns it, this property will contain an additional code that may explain why the transaction was declined. You may also wish to inspect ResponseErrorText for a human-readable description of this ResponseErrorCode.

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]