Contents

PaymentCardVerificationRequest

A request to verify details for a contactless payment card.

Declaration

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(_:) or readPaymentCard(_:vasRequest:stopOnVASResult:) method of your session to read the card details.

Topics

Creating the verification request

Getting the request details

Setting the user interface language

See Also

Payment requests