In app verification flow without addPaymentPassViewController

How do we get addPaymentPassViewController response for in app verification without calling that function ? Currently we have working in app provisioning but not in app verification.

The apple docs say "The process of generating the cryptographic OTP value is the same as for generating activationData for In-App Provisioning.".

How is it the same when in in app provisioning we have this button that returns all necessary info and for in app verification there is no clear way of recieving same info.

Answered by DTS Engineer in 893695022

Hi @happy2png,

You wrote:

How do we get addPaymentPassViewController response for in app verification without calling that function ?

Your backend server should generate a unique, cryptographic OTP for the cardholder's request. Please see the following guide (which was provided to you by the provisioning team when your entitlement request was approved):

Getting Started with Apple Pay In App Provisioning Verification and Security v4

Within the guide, there is a section about the OTP and the in-app verification process.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @happy2png,

You wrote:

How do we get addPaymentPassViewController response for in app verification without calling that function ?

Your backend server should generate a unique, cryptographic OTP for the cardholder's request. Please see the following guide (which was provided to you by the provisioning team when your entitlement request was approved):

Getting Started with Apple Pay In App Provisioning Verification and Security v4

Within the guide, there is a section about the OTP and the in-app verification process.

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

In app verification flow without addPaymentPassViewController
 
 
Q