State
public enum State : Sendable, Equatable
The state of pending card activation.
-
App to app authentication is selected.
Declaration
Swift
case appToAppSelected(requestPayload: String, scheme: String, source: String)Parameters
requestPayloadA payload to be returned to the Issuer Application.
schemePrimary card scheme.
sourceA value used to launch issuer Application.
-
No IDV Method has been selected. MPA must proceed to select IDV method first.
Declaration
Swift
case idvMethodNotSelected -
OTP is required. MPA will request the end user to enter the OTP for activation.
Declaration
Swift
case otpNeeded -
Pending activation is aborted and card is deleted on the backend.
Declaration
Swift
case aborted
State Enumeration Reference