View source: R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_generate_mac_emv_pin_change | R Documentation |
Generates an issuer script mac for EMV payment cards that use offline PINs as the cardholder verification method (CVM).
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_mac_emv_pin_change/ for full documentation.
paymentcryptographydataplane_generate_mac_emv_pin_change(
NewPinPekIdentifier,
NewEncryptedPinBlock,
PinBlockFormat,
SecureMessagingIntegrityKeyIdentifier,
SecureMessagingConfidentialityKeyIdentifier,
MessageData,
DerivationMethodAttributes
)
NewPinPekIdentifier |
[required] The |
NewEncryptedPinBlock |
[required] The incoming new encrypted PIN block data for offline pin change on an EMV card. |
PinBlockFormat |
[required] The PIN encoding format of the incoming new encrypted PIN block as specified in ISO 9564. |
SecureMessagingIntegrityKeyIdentifier |
[required] The |
SecureMessagingConfidentialityKeyIdentifier |
[required] The |
MessageData |
[required] The message data is the APDU command from the card reader or terminal. The target encrypted PIN block, after translation to ISO2 format, is appended to this message data to generate an issuer script response. |
DerivationMethodAttributes |
[required] The attributes and data values to derive payment card specific confidentiality and integrity keys. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.