<!--
{
  "availability" : [
    "iOS: 15.4.0 -",
    "iPadOS: 15.4.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/PaymentCardVerificationRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader30PaymentCardVerificationRequestV"
  },
  "title" : "PaymentCardVerificationRequest"
}
-->

# PaymentCardVerificationRequest

A request to verify details for a contactless payment card.

```
struct PaymentCardVerificationRequest
```

## Overview

Create a `PaymentCardVerificationRequest` object to verify details of a person’s
payment card before performing a transaction with that card. For example, you
might use a verification request to make sure the person’s card supports a
specific currency. After creating a request object, pass it to the
[`readPaymentCard(_:)`](/documentation/ProximityReader/PaymentCardReaderSession/readPaymentCard(_:)-hr97) or
[`readPaymentCard(_:vasRequest:stopOnVASResult:)`](/documentation/ProximityReader/PaymentCardReaderSession/readPaymentCard(_:vasRequest:stopOnVASResult:))
method of your session to read the card details.

## Topics

### Creating the verification request

[`init(currencyCode:for:)`](/documentation/ProximityReader/PaymentCardVerificationRequest/init(currencyCode:for:))

Creates a new verification request using the specified currency and reason information.

### Getting the request details

[`currencyCode`](/documentation/ProximityReader/PaymentCardVerificationRequest/currencyCode)

The ISO 4217 code that indicates the currency type.

[`verificationReason`](/documentation/ProximityReader/PaymentCardVerificationRequest/verificationReason)

The reason you asked to verify someone’s card.

[`PaymentCardVerificationRequest.Reason`](/documentation/ProximityReader/PaymentCardVerificationRequest/Reason)

The reason for the verification request.

### Setting the user interface language

[`userInterfaceLanguage`](/documentation/ProximityReader/PaymentCardVerificationRequest/userInterfaceLanguage)

The language to use when localizing the user interface.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)