Enum Psd2Request.Workflow
Defines the sequence of delivery methods used to send the verification code to the user.
public enum Psd2Request.Workflow
Fields
SMS = 6Single SMS attempt only.
SMS_SMS = 4Two SMS attempts only (no voice calls).
SMS_SMS_TTS = 2First two attempts via SMS, then a text-to-speech voice call if unverified.
SMS_TTS = 5First attempt via SMS, then a text-to-speech voice call if unverified.
SMS_TTS_TTS = 1First attempt via SMS, then two text-to-speech voice calls if unverified.
TTS = 7Single text-to-speech voice call only.
TTS_TTS = 3Two text-to-speech voice calls only (no SMS).