Skip to content

/AWS1/CL_PCD=>VERIFYCARDVALIDATIONDATA()

About VerifyCardValidationData

Verifies card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) and Card Security Codes (CSC). For more information, see Verify card data in the Amazon Web Services Payment Cryptography User Guide.

This operation validates the CVV or CSC codes that is printed on a payment credit or debit card during card payment transaction. The input values are typically provided as part of an inbound transaction to an issuer or supporting platform partner. Amazon Web Services Payment Cryptography uses CVV or CSC, PAN (Primary Account Number) and expiration date of the card to check its validity during transaction processing. In this operation, the CVK (Card Verification Key) encryption key for use with card data verification is same as the one in used for GenerateCardValidationData.

For information about valid keys for this operation, see Understanding key attributes and Key types for specific data operations in the Amazon Web Services Payment Cryptography User Guide.

Cross-account use: This operation can't be used across different Amazon Web Services accounts.

Related operations:

Method Signature

IMPORTING

Required arguments:

IV_KEYIDENTIFIER TYPE /AWS1/PCDKEYARNORKEYALIASTYPE /AWS1/PCDKEYARNORKEYALIASTYPE

The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to verify card data.

IV_PRIMARYACCOUNTNUMBER TYPE /AWS1/PCDNOLENGTHBETWEEN12AN00 /AWS1/PCDNOLENGTHBETWEEN12AN00

The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder.

IO_VERIFICATIONATTRIBUTES TYPE REF TO /AWS1/CL_PCDCARDVERIFICATION02 /AWS1/CL_PCDCARDVERIFICATION02

The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography.

IV_VALIDATIONDATA TYPE /AWS1/PCDNUMLENGTHBETWEEN3AND5 /AWS1/PCDNUMLENGTHBETWEEN3AND5

The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_PCDVERIFYCARDVALIDA01 /AWS1/CL_PCDVERIFYCARDVALIDA01