> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# QR Codes GST APIs

> List of Razorpay APIs for QR Codes GST.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
</div>

You can use Razorpay QR Codes to create QR Codes and share them with customers to accept digital payments.

## How it Works

Given below is the flow:

1. You create a QR Code.
2. A short URL is generated.
3. Share the URL with your customers.
4. Customers scan the QR Code with their preferred UPI PSP app and complete the payment.

## List of Endpoints

| API Endpoint                                                                 | Description                                       |
| ---------------------------------------------------------------------------- | ------------------------------------------------- |
| [Create a QR Code](/docs/api/qr-codes/gst/create)                            | Creates a QR Code.                                |
| [Close a QR Code](/docs/api/qr-codes/gst/close)                              | Closes a QR Code.                                 |
| [Fetch all QR Codes](/docs/api/qr-codes/gst/fetch-all)                       | Retrieves details of all QR Codes.                |
| [Fetch a QR Code with Id](/docs/api/qr-codes/gst/fetch-with-id)              | Retrieves details of a specific QR Code using id. |
| [Fetch QR Codes for a Customer ID](/docs/api/qr-codes/gst/fetch-customer-id) | Retrieves QR Codes generated for a Customer id.   |
| [Fetch QR Codes for a Payment ID](/docs/api/qr-codes/gst/fetch-payment-id)   | Retrieves QR Codes by Payment id.                 |
| [Fetch Payments for a QR Code](/docs/api/qr-codes/gst/fetch-payments)        | Retrieves payments made on a QR Code.             |
| [Refund Payments](/docs/api/qr-codes/gst/refunds)                            | Refunds payments made on a QR Code.               |
