razorpay / razorpay-flutter

Razorpay Flutter Plugin
MIT License
106 stars 144 forks source link

I have recently implemented the RazorPay in my flutter app. I have use this plugin => https://pub.dev/packages/razorpay_flutter & implemented as given in documentation. But once payment is success I getting response like this => {razorpay_signature: null, razorpay_order_id: null, razorpay_payment_id: pay_OH1mKQOtest}. #385

Open Hasnainhai opened 1 month ago

Hasnainhai commented 1 month ago
          I have recently implemented the RazorPay in my flutter app. I have use this plugin => https://pub.dev/packages/razorpay_flutter & implemented as given in documentation. But  once payment is success I getting response like this => {razorpay_signature: null, razorpay_order_id: null, razorpay_payment_id: pay_OH1mKQOtest}.

So here why I'm getting this razorpay_order_id = null?

PS.I'm using razorpay in TEST mode. Same error please anyone can help us

vivekshindhe commented 1 month ago

@Hasnainhai Are you passing the order_id in the options payload which are submitted to the razorpay_flutter package?