AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the VerifyCardValidationData operation. 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:
Namespace: Amazon.PaymentCryptographyData.Model
Assembly: AWSSDK.PaymentCryptographyData.dll
Version: 3.x.y.z
public class VerifyCardValidationDataRequest : AmazonPaymentCryptographyDataRequest IAmazonWebServiceRequest
The VerifyCardValidationDataRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
VerifyCardValidationDataRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
KeyIdentifier | System.String |
Gets and sets the property KeyIdentifier.
The |
![]() |
PrimaryAccountNumber | System.String |
Gets and sets the property PrimaryAccountNumber. The Primary Account Number (PAN), a unique identifier for a payment credit or debit card that associates the card with a specific account holder. |
![]() |
ValidationData | System.String |
Gets and sets the property ValidationData. The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography. |
![]() |
VerificationAttributes | Amazon.PaymentCryptographyData.Model.CardVerificationAttributes |
Gets and sets the property VerificationAttributes. The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5