I am working on integrating Apple payment in my application to test it, I assume that I need a test card to be added in my wallet application. Without this, I get an error in Xcode "This device cannot make payments."
I made all the settings related to Xcode, and if possible I can see that my seller ID and all 3 checkmarks are selected.
So, I tried adding a test card to test Apple payment (receiving a token), I followed the process like setting → wallet and apple - add a credit / debit card → enter manually → Here I gave fake credentials taken from apple
testcards from Apple FPAN: 5204 2477 5000 1497 Expiration Date: 11/2022 CVC: 111
but none of the cards is accepted, for MASTERCARDS I get an error, like, the issuer does not offer support for this card yet. In addition, errors for visa verification cards I receive.
So, how can I check the integration of Apple platforms without having to add cards to the Apple payment setup, or how can I successfully add a test card to get a token.
EDIT: I was able to successfully see the presentation screen with payment by Apple, since simulated cards are already added to it by default.
I am looking for the same thing with a real device
source
share