38
Views
1
Comments
Support on Integrating Apple Wallet Extension using Cordova.

Hi All,

We are integrating Apple Pay into our application. We have a vendor (TSP) they provided the native SDK, which we have converted to Cordova, and using that, we have integrated it into our OutSystems mobile app. 

There are two ways to add a card:

  1. In-App Provisioning: Adding the card directly from the our mobile app.
  2. Wallet Extension: Using the Apple Wallet app, where the issuing app's icon will be displayed. By clicking on it, the app will authenticate and provide the card details for provisioning (as shown in the image below).

We are currently facing issues with the Wallet extension part. 

It would be greatly appreciated if someone could share their insights or guidance.


2025-09-25 14-38-22
Lokesh Kumar Yadav

Make sure your app has the correct Wallet and In-App Provisioning entitlements, your provisioning template is set up in the Apple Developer Portal, and your Cordova wrapper correctly implements the Wallet delegate methods. Also, ensure Universal Links and Associated Domains are configured properly to handle the Wallet Extension flow. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.