CardVerificationRequest

data class CardVerificationRequest(val verificationCode: String, val instrumentId: String, val verificationType: CardVerificationType)

Data class representing a request to verify a CARD payment instrument in VERIFICATION_REQUIRED status. Pass a reference to the CARD being verified and the verification code from a previous CARD transaction.

Constructors

Link copied to clipboard
constructor(verificationCode: String, instrumentId: String, verificationType: CardVerificationType)

Properties

Link copied to clipboard

Card identifier.

Link copied to clipboard

Verification code present in the statement of previous transaction.

Link copied to clipboard

Type of the card verification performed.