paymentcryptographydataplane_generate_pin_data {paws.cost.management} | R Documentation |
Generates pin-related data such as PIN, PIN Verification Value (PVV), PIN Block, and PIN Offset during new card issuance or reissuance
Description
Generates pin-related data such as PIN, PIN Verification Value (PVV), PIN Block, and PIN Offset during new card issuance or reissuance. For more information, see Generate PIN data in the Amazon Web Services Payment Cryptography User Guide.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_pin_data/ for full documentation.
Usage
paymentcryptographydataplane_generate_pin_data(
GenerationKeyIdentifier,
EncryptionKeyIdentifier,
GenerationAttributes,
PinDataLength = NULL,
PrimaryAccountNumber,
PinBlockFormat
)
Arguments
GenerationKeyIdentifier |
[required] The |
EncryptionKeyIdentifier |
[required] The |
GenerationAttributes |
[required] The attributes and values to use for PIN, PVV, or PIN Offset generation. |
PinDataLength |
The length of PIN under generation. |
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. |
PinBlockFormat |
[required] The PIN encoding format for pin data generation as specified in ISO
9564. Amazon Web Services Payment Cryptography supports The The |