#development

1 messages · Page 1 of 1 (latest)

nova thistleBOT
gilded glen
#

Hi! Let me help you with this.

tame fox
#

Sure, please!

gilded glen
#

This doesn't seem like a Stripe error. How are you integrating? Could you please share a PaymentIntent ID? pi_xxx

tame fox
#

Let me check

#

@gilded glen paymentIntent ID - pi_3Ng23kEZeAgSQHW50iamzgzA

gilded glen
#

When does this error happen?

tame fox
#

Actually, when I was trying to click Gpay button from the my app after that it is showing me the above error

gilded glen
#

How are you integrating GPay in your app?

tame fox
#

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";

gilded glen
#

Could you please share a screen recording of this flow?

tame fox
#

When try to hit the Gpay, correct?

gilded glen
#

From the start, until you get the error.

tame fox
#

Yes, sure.
Just a minute please

gilded glen
#

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?

tame fox
#

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.

gilded glen
#

This doesn't sound right, are you not calling these methods anywhere?

#

But again, what documentation are you following?

tame fox
#

I've used the GooglePayButton to show up button on my payment screen in the app.

gilded glen
#

This will really help me

tame fox
#

Currently, I really don't know which documentation I followed for this because it was working fine a few months ago.

gilded glen
#

Okay, so something stopped working now?
Did you change anything?

tame fox
#

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?

gilded glen
#

I am not sure how this is possible if you didn't change anything. Did your customers started to complain about this?

tame fox
#

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?

gilded glen
tame fox
#

So, for the above error what should I need to do?

gilded glen
#

I would suggest reaching to Google.

tame fox
#

For what?

gilded glen
#

To understand why Google Pay is not working for your app.