Skip to content
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

issue with payment #2

Open
San23042001 opened this issue Feb 7, 2024 · 11 comments
Open

issue with payment #2

San23042001 opened this issue Feb 7, 2024 · 11 comments

Comments

@San23042001
Copy link

Error something went wrong
WhatsApp Image 2024-02-07 at 08 40 28

@abhishekbardolia
Copy link
Owner

Can you tell I'm detail how you got this?

@San23042001
Copy link
Author

Can you tell I'm detail how you got this?
after add the pin in gpay this error comes

@San23042001
Copy link
Author

Can you tell I'm detail how you got this?

even there is no error in logs as well

@abhishekbardolia
Copy link
Owner

Which upi you are using. You are sending to merchant upi right?

@San23042001
Copy link
Author

gpay and yes i am sending merchant upi

@San23042001
Copy link
Author

Which upi you are using. You are sending to merchant upi right?

also there is no error like maximum limit exceeded that things only come if we pay to personal upi right

@abhishekbardolia
Copy link
Owner

If you are facing issue in gpay then may be parameters you are sending is wrong or it may be from gpay. Can you give more information how you are sending. Dummy one?

@San23042001
Copy link
Author

San23042001 commented Feb 7, 2024

FlutterPayUpiManager.startPayment(
paymentApp: selectedApp.app!,
payeeVpa: "",
payeeName: "testing",
transactionId: "1234567",
payeeMerchantCode: "1234",
description: 'testing',
amount: "10",
response: (UpiResponse response, String amount) {
_showTransactionDetailsDialog(response, amount);
},
error: (e) {
_showRoundedDialog(context, e.toString());
}); i have removed the payeVpa because i cant disclose it

@San23042001
Copy link
Author

If you are facing issue in gpay then may be parameters you are sending is wrong or it may be from gpay. Can you give more information how you are sending. Dummy one?

all things are working like opening gpay,pay button only issue i am facing is that when i add my gpay pin to pay that error pops up

@San23042001
Copy link
Author

List androidUpiList = await FlutterPayUpiManager.getListOfAndroidUpiApps();

// Choose an app for payment
UpiApp selectedApp = androidUpiList[0];
print(selectedApp);// You can implement your own logic to choose the app

@BalaSathishKumar
Copy link

@San23042001 try with different transaction id for each transaction i faced same issue and it fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants