drenther / upi_pay

Flutter plugin for UPI (Only in India)
MIT License
58 stars 71 forks source link

google pay is not accepting payment #32

Closed vinayvishnu725 closed 3 years ago

vinayvishnu725 commented 3 years ago

i tried to make transaction on google pay its blocking , but with other UPI apps its working fine ... my flutter verion is 1.22.5,

reeteshranjan commented 3 years ago

This is known behaviour for non-merchant payments since past few months. More details are available in README and APPS.md files in project directory. Please let us know if you need any more details post that.

adityasreebysani commented 3 years ago

transactions are failing on gpay even to merchant accounts.

I get this error :

"the transaction may be risky.For your safety ,it cant be completed at this time"

PhonePe, Paytm are working fine

reeteshranjan commented 3 years ago

@adityasreebysani the package currently does not support merchant payments.

Please see initiateTransaction documentation. It does not allow you to provide merchant payment parameters required by UPI linking specification implemented by this package.

As per UPI specifications, for merchant payments one needs to pass merchant ID as well as a signature of the whole request data. See section 1.3 in UPI linking specification.

reeteshranjan commented 3 years ago

@adityasreebysani @vinayvishnu725 please follow #38

reeteshranjan commented 2 years ago

Is https://github.com/drenther/upi_pay/issues/38 relevant and important for you?

If yes, could you please respond to my twitter thread with UPI and NPCI handles included in your response asking how these must be solved and how it helps you? https://twitter.com/reeteshr08/status/1488746633068089345

@adityasreebysani @vinayvishnu725