Using App Clips for In-App Provisioning

Can I call class PKAddPaymentPassViewController : UIViewController from an App Clip to successfully enroll a payment card within Apple Pay?
Answered by DTS Engineer in 797174022

Hi @paymentQuestions,

Adding payment passes requires a special entitlement issued by Apple. Your app, app extensions, and app clip integrating with Apple Pay must include this entitlement before PKAddPaymentPassViewController can be instantiated. For more information on requesting this entitlement, contact:

  • apple-pay-inquiries [at] apple.com

Once approved for the special entitlement, to enable Apple Pay In-App Provisioning in your project, see Configuring Apple Pay support.

Cheers,

Paris

Hi @paymentQuestions,

Adding payment passes requires a special entitlement issued by Apple. Your app, app extensions, and app clip integrating with Apple Pay must include this entitlement before PKAddPaymentPassViewController can be instantiated. For more information on requesting this entitlement, contact:

  • apple-pay-inquiries [at] apple.com

Once approved for the special entitlement, to enable Apple Pay In-App Provisioning in your project, see Configuring Apple Pay support.

Cheers,

Paris

Using App Clips for In-App Provisioning
 
 
Q