dynamitechetan / razorpay_flutter

A flutter plugin for integrating razorpay payment gateway. Supports Android and iOS.
Other
31 stars 16 forks source link

Payment id is not generating after transaction failed #11

Closed fazil-augr closed 5 years ago

fazil-augr commented 5 years ago

payment not showing when transaction failed. But it generating in razor pay. For checking the payment details. It is difficult to find failed transactions details. So write a method to retrieve payed id after transaction failed.

dynamitechetan commented 5 years ago

if the transaction is failed why do you need the payment id?

sharad-paghadal commented 5 years ago

@fazil-augr

you won't get payment id if payment is failed, as closing manually is the only option for leaving the payment, you won't needs to have payment id. If payment is failed due to any reason user will still be there at payment page to retry until success. So expecting payment id after failing is not relevant.