#jonesbigasstruckrentalandstorage_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.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ 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/1476049819100250206
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey! Could you send me a screenshot of where you are seeing the OR_BIBED_11 error?
yeah sure
I am aware that this is a Google Pay error and NOT a Stripe Error
but Im kinda out of ideas now
to prove our google pay approval:
my understanding is that the au.com.swyftx.rn is the react-native merchant?
i'm using the same merchantName
as in Organisation name
unless I'm meant to use name? that's all i can think is different
Are there any debugging steps you recommend doing? Is there a way of seeing what the Stripe Payment sheet is sending to Google?
I get the feeling I'm missing a config somewhere but I've followed the Stripe docs (for payment sheet)
Are there any debugging steps you recommend doing?
Have you finished the steps under the "Going live with Google Pay" section?
https://docs.stripe.com/google-pay?platform=react-native#going-live-react-native
You mentioned that your app has been approved by the Google Pay team, so maybe the first paragraph does not apply. But has the second paragraph been completed?
After your app has been approved, test your integration in production by using testEnv: false, and launching Google Pay from a signed, release build of your app. Remember to use your live mode API keys. You can use a PaymentIntent with capture_method = manual to process a transaction without capturing the payment.
There have also been similiar issues raised on our package github repo regarding OR_BIBED_11 errors seen when they tried going live/production mode:
i will triple check but I do believe i have set testEnv: false and I am using live keys (because the payment sheet works already for card/apple pay already)
alright I will look through those issues ๐ and try over the next couple hours
was just running out of ideas ๐
i will triple check but I do believe i have set testEnv: false and I am using live keys (because the payment sheet works already for card/apple pay already)
You also mentioned that Google Pay was approved, but I do see for au.com.swyftx (which most probably references the native Android version of your Swyftx app) to be 1/3 complete. So you might want to check for the approval process for that as well
hmmmmmmm okay
yeah i thought the rn one was for native/mobile
i will ask the google team as well ๐
wasn't sure if both needed to be approved?
wasn't sure if both needed to be approved?
I would think both would need to be approved actually, but you should check with the google pay team for that.
au.com.swyftx.rn refers to the React Native identifier. However, React Native compiles its code to run on both iOS and Android. Therefore, I would assume that au.com.swyftx is intended for the Android app itself, hence getting it approved there is necessary as well.
Also, I did a quick find for both App identifiers on Google Play store:
au.com.swyftx.rndidn't return me anything: https://play.google.com/store/apps/details?id=au.com.swyftx.rn- But
au.com.swyftxdid: https://play.google.com/store/apps/details?id=au.com.swyftx
Meaning, the identifier that allows for Google Pay to happen on Android phones would most likely be au.com.swyftx
interesting interesting! thanks for doing that lookup!
okay then yeah that seems pretty clear then
i will give that a go!
โ๏ธ Stripe developers have stepped away for a short while
Please leave your questions here, and weโll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.