azhar1038 / UPI-Plugin-Flutter

Flutter Plugin to do UPI transaction using different apps like PhonePe, Google Pay, PayTM etc.
MIT License
53 stars 38 forks source link

How do I test the UPI payments? #25

Closed pranav212000 closed 4 years ago

azhar1038 commented 4 years ago

Can you please elaborate what do you want to test? If you mean Unit testing, I don't have much experience on that. Maybe you can create mock functions.

pranav212000 commented 4 years ago

I mean the payment tests, Razorpay allows us to create virtual accounts and testing the functions using them but they don't support upi yet. Is there any other way to test the transfers?

azhar1038 commented 4 years ago

No. Creating and testing with virtual id is not possible. If you want to test you can transfer ₹1 to some UPI Id and check manually if it's working.

pranav212000 commented 4 years ago

Okay. Thanks!