View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_generate_card_validation_data | R Documentation |
Generates card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2), or Card Security Codes (CSC). For more information, see Generate card data in the Amazon Web Services Payment Cryptography User Guide.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_card_validation_data/ for full documentation.
paymentcryptographydataplane_generate_card_validation_data(
KeyIdentifier,
PrimaryAccountNumber,
GenerationAttributes,
ValidationDataLength = NULL
)
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. |
GenerationAttributes |
[required] The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography. |
ValidationDataLength |
The length of the CVV or CSC to be generated. The default value is 3. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.