payment-cryptography:VerifyPinData is a Write access-level action in the payment-cryptography service. Grants permission to verify pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624
ARNs that payment-cryptography:VerifyPinData can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants payment-cryptography:VerifyPinData.
Filters access by tags assigned to a key for the specified operation
Filters access by aliases associated with a key for the specified operation
A minimal policy that allows payment-cryptography:VerifyPinData. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowPaymentcryptographyVerifyPinData",
"Effect": "Allow",
"Action": "payment-cryptography:VerifyPinData",
"Resource": "*"
}
]
}