CardVerificationRequest
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.
verificationCode stringrequired
Possible values: >= 4 characters
and <= 4 characters
, Value must match regular expression ^\d{4}$
Verificaton code present in the statement of previous transaction.
instrumentId stringrequired
Card identifier.
verificationType CardVerificationType (string)required
Possible values: [VERIFICATION_CODE
]
Default value: VERIFICATION_CODE
Type of the card verification performed.