Learn R Programming

paws.cost.management (version 0.8.0)

paymentcryptographydataplane_verify_auth_request_cryptogram: Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization

Description

Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization. For more information, see Verify auth request cryptogram in the Amazon Web Services Payment Cryptography User Guide.

See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_verify_auth_request_cryptogram/ for full documentation.

Usage

paymentcryptographydataplane_verify_auth_request_cryptogram(
  KeyIdentifier,
  TransactionData,
  AuthRequestCryptogram,
  MajorKeyDerivationMode,
  SessionKeyDerivationAttributes,
  AuthResponseAttributes = NULL
)

Arguments

KeyIdentifier

[required] The keyARN of the major encryption key that Amazon Web Services Payment Cryptography uses for ARQC verification.

TransactionData

[required] The transaction data that Amazon Web Services Payment Cryptography uses for ARQC verification. The same transaction is used for ARQC generation outside of Amazon Web Services Payment Cryptography.

AuthRequestCryptogram

[required] The auth request cryptogram imported into Amazon Web Services Payment Cryptography for ARQC verification using a major encryption key and transaction data.

MajorKeyDerivationMode

[required] The method to use when deriving the major encryption key for ARQC verification within Amazon Web Services Payment Cryptography. The same key derivation mode was used for ARQC generation outside of Amazon Web Services Payment Cryptography.

SessionKeyDerivationAttributes

[required] The attributes and values to use for deriving a session key for ARQC verification within Amazon Web Services Payment Cryptography. The same attributes were used for ARQC generation outside of Amazon Web Services Payment Cryptography.

AuthResponseAttributes

The attributes and values for auth request cryptogram verification. These parameters are required in case using ARPC Method 1 or Method 2 for ARQC verification.