View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_verify_card_validation_data | 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). 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.
paymentcryptographydataplane_verify_card_validation_data(
KeyIdentifier,
PrimaryAccountNumber,
VerificationAttributes,
ValidationData
)
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. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.