Package-level declarations
Types
Link copied to clipboard
Defines the network endpoints for the 3D Secure Verifications API.
Link copied to clipboard
object ThreeDSecureRequests
Contains request payload models for the 3D Secure Verifications API.
Link copied to clipboard
data class ThreeDSecureVerification(val id: String?, val customer: String?, val paymentMethod: String?, val verificationObject: String?, val livemode: Boolean?, val status: VerificationStatus?, val challengeUrl: String?, val completed: Int?, val created: Int?, val updated: Int?)
Represents a 3D Secure verification intent returned by the Frame API.
Link copied to clipboard
data class ThreeDSecureVerificationError(val error: ThreeDSecureVerificationError.VerificationError?)
Represents a structured API error returned when a 3D Secure verification cannot be created.
Link copied to clipboard
object ThreeDSecureVerificationsAPI
Provides suspend and callback-based functions for managing 3D Secure verifications.
Link copied to clipboard
Represents the lifecycle status of a 3D Secure verification intent.