paymentcryptographydataplane_verify_card_validation_data {paws.cost.management} | R Documentation |
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,
ValidationData,
VerificationAttributes
)
Arguments
KeyIdentifier |
[required] The |
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. |
ValidationData |
[required] The CVV or CSC value for use for card data verification within Amazon Web Services Payment Cryptography. |
VerificationAttributes |
[required] The algorithm to use for verification of card data within Amazon Web Services Payment Cryptography. |