#remonh87-wallet-testing

1 messages · Page 1 of 1 (latest)

celest skiff
serene wigeon
#

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

celest skiff
#

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

serene wigeon
#

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.

celest skiff
#

Well you'd just be making API requests with your test keys

#

If that customer exists in the test environment then sure

serene wigeon
#

ah ok thanks I understand now what to do