Apple Pay support

Can Apple Pay support credit card stored in a different system other than Passport? Are APIs available to build a custom backend solution similar to Passport that can be used by Apple Pay? What is the complexity to build such a custom backend system?

Replies

Apple Pay can be integrated into your app but the users card does need to be added to Passbook first.

I would recommend reading Apple's excellent Getting Started with Apple Pay guide to see if it would be a good fit for what you are trying to build.

- Tom



I have read apple pay guidlines.

in addition to above question there is one more question Can we change default credit card by programmatically ? Is there any other way to change the default card programmatically ?

Right now there is no way to change the default card programmatically. The user can change it themselves in iOS settings or they can choose an alternate card from the payment sheet.


- Tom