Tez is a mobile payments service by Google, targeted at users in India. It operates atop the Unified Payments Interface, developed by the National Payments Corporation of India. It can be used where UPI payments are accepted. Tez works on the vast majority of India’s smartphones (with apps for both Android and iOS). Not to be confused with @tez and @apache-tez, which is a framework for for DAG processing
Questions tagged [google-tez]
8 questions
5
votes
0 answers
GPay India - Payment Request failure: Missing intent extras
I'm facing an error when integrating the GPay India payment option on a website. The payment fails with a cryptic error message.
I've gone through the integration documentation. This integration uses the Payment Request interface which errors out…

Adwaith
- 121
- 1
- 3
2
votes
0 answers
Tez not installed, go to play store and install? on Web Payment Test Demo
Is there any test cadential for google pay india.
I download the sample from https://developers.google.com/pay/india/api/web/samples
and try to open it, but it show
Tez not installed, go to play store and install?
What does it mean and how to…

AisneT
- 173
- 11
2
votes
1 answer
Google Pay(Tez) Integration into my payment gateway ? (Android)
Note : I am aware it is not yet available for iOS, Also i am not looking for Xamarin.Forms(Obviously).
Been trying to integrate Google Pay(Tez) API into my Xamarin Application when I realised that there are no guides available for its integration to…

FreakyAli
- 13,349
- 3
- 23
- 63
1
vote
0 answers
Google Pay(Tez) Integration in android what is the status for the case 'Amount debited from account but receiver didn't received'?
I have integrated Google Pay(tez) in my android app by following this code . Here on Activity result i have two cases normally which is 'SUCCESS' and 'FAILURE' when return Intent from Google Pay Page. But, I have made a transaction which have the…

Dinesh Radhakrishnan
- 335
- 4
- 12
1
vote
1 answer
Tez Payment Request API
I'm trying to integrate Google-Tez payment in my site, But When I'm calling request.show() getting error msg as
"Payee isn't a valid merchant"
, When i call checkCanMakePayment() getting error msg as
"Cannot query payment request"
and I…

Scorpian Selva
- 11
- 3
0
votes
1 answer
UPI Deeplinking from IONIC to GooglePay does not work as expected
We have developed an IONIC based mobile app to perform In-App payment using UPI. It uses IONIC Native Web Intent plugin.
a.
b. "@ionic-native/web-intent": "^4.14.0",
This is shim layer for the Android intent mechanism and makes web intent call…

Haresh Gujarathi
- 269
- 1
- 4
- 10
-1
votes
1 answer
How to integrate upi and tez payments in app like bookmyshow and flipkart did using objective c?
In my app I am going to transaction through upi so I want integrate upi paments like how flipkart and bookmyshow did. What is the procedure to do it ? Can anyone help

mad
- 11
- 2
- 8
-1
votes
2 answers
How to integrate Tez payment gateway in swift iOS?
I want to implement google's Tez payment into my app, but as far I found that google provides api integration guide for web and android only(https://developers.google.com/tez/documentation/).
Is anyone know from where I can get documentation guide…

Hira
- 293
- 4
- 19