Three DSecure Verification Error
data class ThreeDSecureVerificationError(val error: ThreeDSecureVerificationError.VerificationError?)
Represents a structured API error returned when a 3D Secure verification cannot be created.
Types
Link copied to clipboard
data class VerificationError(val type: String?, val message: String?, val existingIntentId: String?)
Contains the details of a verification creation error.