Three DSecure Verification
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.
Constructors
Properties
Link copied to clipboard
URL the merchant should present to the customer to complete the challenge.
Link copied to clipboard
Identifier of the payment method being verified.
Link copied to clipboard
The current lifecycle status of this verification.
Link copied to clipboard
The object type string returned by the API (e.g., "3ds_intent").