Learn R Programming

paws.cost.management (version 0.8.0)

paymentcryptographydataplane_verify_card_validation_data: 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)

Description

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.

See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_verify_card_validation_data/ for full documentation.

Usage

paymentcryptographydataplane_verify_card_validation_data(
  KeyIdentifier,
  PrimaryAccountNumber,
  VerificationAttributes,
  ValidationData
)

Arguments

KeyIdentifier

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

PrimaryAccountNumber

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

VerificationAttributes

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

ValidationData

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