paymentcryptographydataplane_generate_card_validation_data: Generates card-related validation data using algorithms such...

View source: R/paymentcryptographydataplane_operations.R

paymentcryptographydataplane_generate_card_validation_dataR 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(
  KeyIdentifier,
  PrimaryAccountNumber,
  GenerationAttributes,
  ValidationDataLength = NULL
)

Arguments

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.

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.


paws.cost.management documentation built on April 3, 2025, 9:24 p.m.