googletez / inapp-payment-samples

28 stars 20 forks source link

after navigating to google pay it shows payment is risky #8

Closed Amolnigdikar closed 3 years ago

dibyanshuanand commented 3 years ago

+1, I too am facing the same issue

Bhagat8533 commented 3 years ago

I am also facing this issue. Anyone has any solution?

patugosavi commented 3 years ago

I am also facing this issue.

cyber-vendetta commented 3 years ago

I am also facing this issue, Hopefully this error is due to the lack of adherence to NPCI prerequisites from Merchant App. In the new update, it is mandatory for the Merchant App to have a verified Business Account UPI (using Gpay for Business) to receive payments. This procedure takes approx. 2 days to verify your payments profile( PAN Card, GSTIN, or other modes of documents will be verified). Fulfilling the above issue must solve the error. This is not a design flaw as this UPI intent call is being used by many apps like Jio, Amazon etc. I am currently working on the verification aspect. Will update this thread if i am successful.

VirtualCreativities commented 3 years ago

i am also facing the same since last week of june, only Paytm is accepting while other UPI Apps are not processing payments. Already verified GPay Business Account with GST & PAN and got the working Merchant code , activated a year ago.

AjayDeveloper commented 3 years ago

I am also facing the same issue. but as per @cyber-vendetta Merchant App to have a verified Business Account UPI , I do it right now and app showing its verified immdiatley tried to do this but not working shall I wait at least 2 days ??

RandomCatGit commented 3 years ago

This is caused by recent changes to security in UPI transactions to prevent fraud. See https://stackoverflow.com/a/68800878/4697928

Amolnigdikar commented 3 years ago

Business verification is needed for your business account as per google customer support

RandomCatGit commented 3 years ago

What about normal accounts? They too are getting rejected. If you scan via app and pay, basic 4 params are enough. If you generate the URI and open the app to pay, issue occurs. Any idea why that is? @Amolnigdikar

Amolnigdikar commented 3 years ago

@RandomCatGit Sorry don't have any idea about personal accounts

RandomCatGit commented 3 years ago

@RandomCatGit Sorry don't have any idea about personal accounts

Ahhh ok. I am currently trying to make a work around but it involves removing payment confirmation from your app and the biller has to verify manually... Will update soon.

zimmy9537 commented 2 years ago

@RandomCatGit @Amolnigdikar @patugosavi did you guys solved this issue? I am facing this issue when passing those 4 parameters through intent

RandomCatGit commented 2 years ago

I have a workaround for this as of now but it takes some manual work to achieve the result. https://stackoverflow.com/a/68800878/4697928

zimmy9537 commented 2 years ago

@RandomCatGit this might help, did you look after this any before? https://web.archive.org/web/20200921110005/https://www.npci.org.in/sites/default/files/UPI%20Linking%20Specs_ver%201.6.pdf

zimmy9537 commented 2 years ago

still i have no idea how to proceed

RandomCatGit commented 2 years ago

still i have no idea how to proceed

I have mentioned the solution in that stackoverflow questions

Joshjoyb commented 9 months ago

Is integrating a payment gateway the only way?