#remonh87-wallet-testing
1 messages · Page 1 of 1 (latest)
Hey there! Both Google Pay and Apple Pay require real card data which we then substitute for a dummy token in test mode: https://stripe.com/docs/apple-pay#testing-apple-pay
hey! thanks but the app we will launch contains the live env key because google and apple require us to provide a setup close to the production env.
as far as i understood is that Stripe substitutes the token with a test card token on Apple pay. Not sure if Apple accepts the token that is generated by Stripe since it will deviate from their expectations
That's only the case if you're using test keys (which you stated you wouldn't be)
In any case, I imagine Apple/Google have their own payment facilities to test this (if needed). It's not uncommon
hmm is it possible to use testMode for a specific customer or do you need to put it to true on the Stripe dashboard? I know in Stripe sdks you provide a facility to put test mode to true.
Well you'd just be making API requests with your test keys
If that customer exists in the test environment then sure
ah ok thanks I understand now what to do