View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_verify_pin_data | R Documentation |
Verifies pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624. For more information, see Verify PIN data in the Amazon Web Services Payment Cryptography User Guide.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_verify_pin_data/ for full documentation.
paymentcryptographydataplane_verify_pin_data(
VerificationKeyIdentifier,
EncryptionKeyIdentifier,
VerificationAttributes,
EncryptedPinBlock,
PrimaryAccountNumber,
PinBlockFormat,
PinDataLength = NULL,
DukptAttributes = NULL,
EncryptionWrappedKey = NULL
)
VerificationKeyIdentifier |
[required] The |
EncryptionKeyIdentifier |
[required] The |
VerificationAttributes |
[required] The attributes and values for PIN data verification. |
EncryptedPinBlock |
[required] The encrypted PIN block data that Amazon Web Services Payment Cryptography verifies. |
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 |
PinDataLength |
The length of PIN being verified. |
DukptAttributes |
The attributes and values for the DUKPT encrypted PIN block data. |
EncryptionWrappedKey |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.