Questions tagged [react-native-google-pay]
8 questions
3
votes
1 answer
Google Pay CRYPTOGRAM_3DS integration for websites
I am trying to integrate Google Pay into one of our websites. If I provide only CRYPTOGRAM_3DS as an authentication option, the Google Pay button is not getting displayed in Desktop Chrome and even in Android Chrome also. I have read that…

NagaDeepak
- 31
- 1
1
vote
0 answers
Android: google pay intent payment is not working
I am trying to launch google pay intent to transfer payment using below as a query uri.
upi://pay?pa=8945343422@ybl&pn=Username&mc=5499&mode=02&orgid=000000&am=1
And it was successfully working before and currently it has stopped working suddenly…

Android Developer
- 466
- 2
- 12
1
vote
0 answers
How to Integrate Google Pay With Flutter?
I want to integrate Google Pay With Flutter. I Have Tried and successfully Integrate in Test Mode But not in Production/Release Mode.
I Have Followed Some Points
First , I used a Pay Package
pay: ^1.0.8
Second I Created a Test gpay.json File
{
…

shahzaib Ahmed
- 21
- 1
- 5
1
vote
0 answers
React-Native / Google Pay / Braintree / return error code "field":"authorizationFingerprint","code":"93201"
Google Payment is activated on sandbox.braintreegateway.com
Used packages for payment:
"react-native-payments"
"com.google.android.gms:play-services-wallet:19.0.1"
android/build.gradle
buildscript {
repositories {
google()
…

Zuka Gaprindashvili
- 189
- 1
- 8
1
vote
1 answer
Unexpected error when using presentGooglePay from @stripe/stripe-react-native
I am trying to integrate Google Pay in my react-native app. All payment methods like Apple Pay, Credit Card etc. are working great so far. I am using the same backend mechanisms like for other payment methods. When I try to start the GooglePay with…

Weissvonnix
- 731
- 7
- 23
0
votes
0 answers
googlePay popup when i close payment sheet of stripe when i use customFlow true
i am using stripe for my payment method in my react-native app, in the "initPayment" i add customFlow with value true, the problem is when i want to cancel and close the modal, googlePay popup even if i closed the payment sheet and not choosing…
0
votes
0 answers
Braintree payment system for expo framework
I am making mobile application for iOS and android on the expo framework (react-native) and looking to implement Google and Apply Pay for the Braintree payment system. The problem is I can't find any examples or libraries for it. Can someone help…

Duke
- 1,844
- 2
- 16
- 26
0
votes
0 answers
React native Google pay not working on real device
After coding a payment page and integrating react-native-google-pay, it work well on Android emulator but those not work on real device.
Please I need help on this

Daniel damola
- 1
- 1