#ericfavor
1 messages · Page 1 of 1 (latest)
No, right now the only test card behavior you can really test with apple pay is the 4242 card
The way we do testing w/ apple pay is that you have have your real card details on your apple pay account, and those get swapped out automatically for test card details if you're using a test mode api key
any advice for testing different behaviors such as declines?
I don't think there's much of need to test out declines specifically for Apple pay - if you just test out a normal card decline (outside of apple pay) that should be enough
mind elaborating on what you meant by there's no need to test declines for Apple Pay?
in my mind at the very least we need to test these scenarios to see how our App handles the declines, no? https://stripe.com/docs/apple-pay?platform=ios#client-side
Hello! I'm taking over and catching up...
To test declines with Apple Pay you can sub in one of our test Payment Methods, like pm_card_chargeDeclined, instead of using the one produced by Apple Pay.
like in this step https://stripe.com/docs/apple-pay?platform=ios#client-side ? Instead of calling Apple's API, attach different tokens to the PaymentIntent to simulate the different behaviors?