#development
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Sure, please!
This doesn't seem like a Stripe error. How are you integrating? Could you please share a PaymentIntent ID? pi_xxx
When does this error happen?
Actually, when I was trying to click Gpay button from the my app after that it is showing me the above error
How are you integrating GPay in your app?
I've used this package for the stripe - @stripe/stripe-react-native
And with the above package I used like,
import {
useConfirmPayment,
useStripe,
useGooglePay,
retrievePaymentIntent,
Pa,
presentGooglePay,
GooglePayButton,
} from "@stripe/stripe-react-native";
Could you please share a screen recording of this flow?
When try to hit the Gpay, correct?
From the start, until you get the error.
Yes, sure.
Just a minute please
@gilded glen Could you please check this attachment and let me know your thoughts on the same?
Thank you for the recording, this helps a lot.
It seems like the way you're initialising the Payment Button is not correct. What guide are you following for this?
I'm using this -- import {
useConfirmPayment,
useStripe,
useGooglePay,
retrievePaymentIntent,
Pa,
presentGooglePay,
GooglePayButton,
} from "@stripe/stripe-react-native";
-- package only, by defining in that package you can use the Gpay button.
This doesn't sound right, are you not calling these methods anywhere?
But again, what documentation are you following?
I've used the GooglePayButton to show up button on my payment screen in the app.
Could you please answer this question?
This will really help me
Currently, I really don't know which documentation I followed for this because it was working fine a few months ago.
Okay, so something stopped working now?
Did you change anything?
No, I didn't change anything.
Before, I was not getting this type of error.
Is there any step was missing to integrate or what?
I am not sure how this is possible if you didn't change anything. Did your customers started to complain about this?
Yes, one of them was getting same error which I shared with you.
Could you please check this one also?
I was getting this one before,
Attempting to pay with G-Pay produces error "Request Failed An unexpected error has occurred. Please try again later. [OR_BIBED_07]"
@gilded glen Could you please check the above one once?
It seems to be a GPay issue when your App is not approved: https://github.com/stripe/stripe-react-native/issues/730
So, for the above error what should I need to do?
I would suggest reaching to Google.
For what?
To understand why Google Pay is not working for your app.