Santhoshivan
Santhoshivan

Reputation: 43

Is there a REST API for creating a payment request through Google Pay (UPI)

I'm working on an event management app (using Flutter). Once I enter the guest's UPI ID/VPA, I want a request to be initiated to his account and he could pay the amount by approving it from his mobile through the concerned UPI app. Does Google Pay provide any such API? or are there any other ways this could be implemented?

Upvotes: 3

Views: 1101

Answers (1)

Abdul Malik
Abdul Malik

Reputation: 1188

I implemented a payment system recently in one my production applications and the easiest way is to use Razorpay.

RazorPay has the following payment options :

  • Debit Card
  • Credit Card
  • UPI
  • Net Banking [ includes most of the popular banks ]

I am sharing a link to the Youtube video i have used to successfully integrate it.

Resources :

Complete Razorpay intergration procedure video :

Razorpay Flutter plugin

enter image description here

Upvotes: 1

Related Questions