CreateThreeDSecureVerification

data class CreateThreeDSecureVerification(val paymentMethodId: String)

Request payload for creating a new 3D Secure verification intent.

Constructors

Link copied to clipboard
constructor(paymentMethodId: String)

Properties

Link copied to clipboard
@SerializedName(value = "payment_method_id")
val paymentMethodId: String

Identifier of the payment method to run 3D Secure verification against.