Posts

Showing posts from November, 2021

Accept Payments in Flutter App and Website with Razorpay: 2 Ways to Auto-Capture Payments

Image
  Integration and auto-capture of payment in Razorpay-flutter In this tutorial, We’ll be integrating razorpay in flutter app and flutter web. And, to avoid auto refund of payment we will auto-capture payments by making call to razorpay order api. So, without wasting any time let’s get into integration of razorpay in flutter and the 2 different ways to make call to order api so we can auto capture the payment else the payment done get’s refunded after certain time if not captured through the console. Table of Contents Setup Two different ways to call razorpay order api to auto-capture our payments Integration of razorpay in flutter app Integration of razorpay in flutter web ...