Welcome to the UPI Payment API. This API allows you to easily integrate UPI payments into your app or website. Below are the available endpoints:
Endpoint: /upi/api/<vpa>&<amount>
Example: /upi/api/user@bank&100
Response: Returns a JSON object with UPI links for payment.
Endpoint: /qr/<vpa>&<amount>
Example: /qr/user@bank&100
Response: Displays a QR code for the UPI payment.
Endpoint: /upi/api/validEndings
Response: Returns a JSON object with valid UPI endings.
Use these endpoints to integrate UPI payments into your applications.
Check Github Repository for documentation.
Created by Chirayu