UPI API Documentation

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:

1. Generate UPI Payment Link

Endpoint: /upi/api/<vpa>&<amount>

Example: /upi/api/user@bank&100

Response: Returns a JSON object with UPI links for payment.

2. Generate QR Code

Endpoint: /qr/<vpa>&<amount>

Example: /qr/user@bank&100

Response: Displays a QR code for the UPI payment.

3. Get List of Valid UPI Endings

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