verify_card_validation_data
Check CVV, CVV2, or iCVV values against the issuer's CVK or EMV key to validate cards in POS and CNP transactions. Use for testing CVK-based validation before implementing production logic.
Instructions
Call this when validating a card presented at POS or in CNP — verifying a CVV, CVV2, or iCVV value against the issuer's CVK. Also use to test CVK-based validation before writing production card-present or card-not-present logic.
Verify card validation data (CVV, CVV2, iCVV, dynamic values).
Supported key types: C0 (CVK), E4/E6 (EMV).
Args: key_identifier: ARN or alias of CVK or EMV key primary_account_number: 12-19 digit PAN verification_attributes: Algorithm and card data (mirrors generate_card_validation_data) validation_data: The CVV/CVV2/iCVV value to verify
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_identifier | Yes | ||
| validation_data | Yes | ||
| primary_account_number | Yes | ||
| verification_attributes | Yes |