#dawidzawada-rn-gpay
1 messages · Page 1 of 1 (latest)
Hey! So you're using your live Stripe keys but with testEnv: true?
That's likely the issue – it'll expect the test keys
Let me test that - I think that error was different
With test: false
Ok I've tried with testEnv being set to false and the error is: OR_BIBED_07
So there's still some configuration issue I think, what else do I need to work with live key?
Well Google needs to have approved your APK before going live: https://stripe.com/docs/google-pay#going-live
These a similar issue here: https://github.com/stripe/stripe-react-native/issues/730
Ok so I need to have Google approval even when I'm not publishing to Play store?
To use Google Pay, yep
Looks like you need to configure the app in Google business console
Does the stripe provides any docs about this configuration?
Also, do I need to verify apk with google every time when I'm releasing version to the testing or it its just one time thing?
Nothing outside of the previous link I shared
I believe it's just a one-off thing for the initial Google app approval
Allright, thank you then for your help!
np!