Hritik Gupta
Hritik Gupta

Reputation: 632

Paytm "networkError"

I have tried implementing Paytm using both the approaches ("Standard Checkout" and "All-in-One SDK" ) but my transaction page or Paytm App never opens for the payment and I am getting networkError inside onActivityResult

I have successfully generated checksum and TransactionToken on my node server but on passing the TxnToken to paytm sdk nothing is happening.

Any thought why is this happening ?

Upvotes: 6

Views: 1364

Answers (1)

Jaykishan Sewak
Jaykishan Sewak

Reputation: 822

I got solution to "Network error"

As I did not found solution to this error I mailed to support team and they have replied me following

Prerequisite: UNINSTALL existing paytm app before installing from below link.

Paytm Staging: https://drive.google.com/file/d/1BfvEa04KStQ0WDGG9L4Fd75lKJlrp1X9/view?usp=sharing

Login Credentials: Username:- 7777777777 Password:- Paytm12345 https://developer.paytm.com/docs/all-in-one-sdk/

It is working for me.

Thanks to Paytm support team for quick and correct reply.

Upvotes: 3

Related Questions