#ramsha8169_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214523998122016838
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Are you facing this issue in your test or live mode ?
test mode of Stripe, using test publishable key to setup stripe.
What Stripe SDK are you using exaclty ? is it Android ?
the apk is a debug or a release one ?
Android SDK. version 20.37.4. The apk is debug.
Thanks for sharing these details.
The OR_BIBED_08 error is on Google Pay Side. In general your using a non valid card (you need to use a live/real credit card in your tests)
I have tried with a live/real credit card. I still get the same error.
It was working when I was integrating the SDK. But suddenly it just stopped and started giving error. I can not find any information related to this error on the google dev documentation
Yes there is no enough information about this code on Google Side... but in general this due to using a non valid card, or a miss configuration in live mode
In general you need to follow this guide in order to go live:
https://docs.stripe.com/google-pay?platform=android#going-live
But you are saying that you are facing this in test mode
Could you make a test using the official sample:
https://github.com/stripe/stripe-android/tree/master/example
Yes exactly, we have not configured Live mode yet since we are in heavy development and test phase yet. Therefore only testing with Test Mode.