View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_generate_pin_data | R Documentation |
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.
paymentcryptographydataplane_generate_pin_data(
GenerationKeyIdentifier,
EncryptionKeyIdentifier,
GenerationAttributes,
PinDataLength = NULL,
PrimaryAccountNumber,
PinBlockFormat,
EncryptionWrappedKey = NULL
)
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 |
EncryptionWrappedKey |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.