ChallengeResponse
public protocol ChallengeResponse
The response to a step up challenge
-
The
PaymentInstrument
id related to the step up challenge.Declaration
Swift
var instrumentId: String { get }
-
The type of
ChallengeResponse.token
that has been providedDeclaration
Swift
var type: ChallengeResponseType { get }
-
The value requested by the challenge.
Declaration
Swift
var token: String { get }
-
An optional reference that could be used for audit tracing
Declaration
Swift
var reference: String? { get }