paymentcryptographydataplane_generate_card_validation_data {paws.cost.management}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)

Description

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.

Usage

paymentcryptographydataplane_generate_card_validation_data(
  GenerationAttributes,
  KeyIdentifier,
  PrimaryAccountNumber,
  ValidationDataLength = NULL
)

Arguments

GenerationAttributes

[required] The algorithm for generating CVV or CSC values for the card within Amazon Web Services Payment Cryptography.

KeyIdentifier

[required] The keyARN of the CVK encryption key that Amazon Web Services Payment Cryptography uses to generate 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.

ValidationDataLength

The length of the CVV or CSC to be generated. The default value is 3.


[Package paws.cost.management version 0.6.1 Index]