-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google pay is not accepting payment #32
Comments
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. |
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 |
@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. |
@adityasreebysani @vinayvishnu725 please follow #38 |
Is #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 |
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,
The text was updated successfully, but these errors were encountered: