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
)
[required] The keyARN
of the CVK encryption key that Amazon Web Services Payment
Cryptography uses to generate card data.
[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.
[required] The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.
The length of the CVV or CSC to be generated. The default value is 3.