And how can we directly open UPI app when paid through upi
@demodemo94292 жыл бұрын
Is razorpay this much simple bro ???😳😳
@ProtoCodersPoint2 жыл бұрын
Yes Razorpay integration very simple in flutter
@akshayvilawadekar52662 жыл бұрын
Can you make video for live mode also pls?
@ProtoCodersPoint2 жыл бұрын
Sure, Will do that once my Razorpay account get approved.
@ashutoshmaurya9821 Жыл бұрын
Dear brother ,Please create video on How to refund payment using razorpay in Flutter .
@msnmuhsin77472 жыл бұрын
where is api calling
@ProtoCodersPoint2 жыл бұрын
The Razorpay package will do all it job. All you need to do is create a payment option object and use razorpay instance and call open function. _razorpay?.open(options); Source Code In description please check