How to add card to Apple Pay using PKAddPaymentPassViewController?
Asked Answered
B

2

7

I did enough research to add credit/debit cards listed in my app to add to Apple Pay. I understood from Apple Developer Forums Using private APIs is forbidden by apple for this purpose.

As i contacted them, i got awareness of PKAddPaymentPassViewController. This class contain some set of methods and delegates.

Actually i want to know how to use this, when to use this Controller, how to set up this to get it done.

Any help will be appreciated

Bear answered 29/6, 2017 at 9:11 Comment(1)
What should be implementation for PKAddPaymentPassViewControllerDelegate methodsGreet
E
0

The following answer is got from quora.

Apple do supports this feature and exposes an API where an Issuer or Bank can push the token directly from their mobile banking app. Now the onus is on Issuer or bank to support this feature.

Disclaimer: This is only available to Issuer of credit card and not third party apps.

Eructate answered 29/6, 2017 at 9:44 Comment(4)
Can we add card details without issuer using Pass Kit and PKAddPaymentPassViewController. We will connect with issuer in future.Bear
@Sudhi9135 If you’re third party,it’s no. If not,contact Apple,please.Eructate
Thanks for the information. Is there any other way like adding credit to Wallet using Pass kit.Bear
What should be implementation for PKAddPaymentPassViewControllerDelegate methodsGreet
E
0

I have answered this question here: https://mcmap.net/q/1051971/-how-to-add-a-credit-debit-card-into-apple-wallet-from-the-ios-app

If you have further questions let me know.

Enthusiasm answered 14/9, 2017 at 8:45 Comment(2)
What should be implementation for PKAddPaymentPassViewControllerDelegate methods?Greet
No, you absolutely did not answer this question anywhere :)Carvey

© 2022 - 2024 — McMap. All rights reserved.