> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# UPI Lite

> Razorpay TPAP Pro UPI Lite APIs let you create and manage UPI Lite accounts for low-value transactions. You can register, top up, make payments, deregister, and fetch details for UPI Lite accounts via APIs.

Below are the steps to integrate and manage complaints with TPAP Pro. You can also refer to our comprehensive [TPAP Pro integration guide](/payments/tpap-pro/integration-guide).

<Steps>
  <Step title="[Customer Onboarding](/api/payments/tpap-pro/customer-onboarding)">
    [Customer Onboarding](/api/payments/tpap-pro/customer-onboarding)
  </Step>

  <Step title="[Manage Funds and Account](/api/payments/tpap-pro/funds-account-man...">
    [Manage Funds and Account](/api/payments/tpap-pro/funds-account-management)
  </Step>

  <Step title="[Payments](/api/payments/tpap-pro/payments-flow)">
    [Payments](/api/payments/tpap-pro/payments-flow)
  </Step>

  <Step title="[Mandates](/api/payments/tpap-pro/mandate-flow)">
    [Mandates](/api/payments/tpap-pro/mandate-flow)
  </Step>

  <Step title="[Complaints](/api/payments/tpap-pro/complaints-flow)">
    [Complaints](/api/payments/tpap-pro/complaints-flow)
  </Step>

  <Step title="[UPI Numbers](/api/payments/tpap-pro/upi-number)">
    [UPI Numbers](/api/payments/tpap-pro/upi-number)
  </Step>

  <Step title="UPI Lite">
    UPI Lite
  </Step>
</Steps>

### Related Guides

[About TPAP Pro](/payments/tpap-pro)
[Integrate With TPAP Pro](/payments/tpap-pro/integration-guide)

### Endpoints

* **post** `/v1/upi/tpap/fundsource_lite` - Register Fundsource Lite:
  Activates a UPI Lite account for a fundsource.

* **post** `/v1/upi/tpap/payments/pay` - Top-Up Fundsource Lite:
  Adds money to the Lite account using a fundsource.

* **post** `/v1/upi/tpap/payments/pay` - Make Payment via Fundsource Lite:
  Initiates a payment from a Fundsource Lite account to a VPA.

* **post** `/v1/upi/tpap/fundsource_lite/:liteId/deregister` - Deregister Fundsource Lite (With Balance):
  Moves the balance back to the user’s account and deregisters the Lite account.

* **delete** `/v1/upi/tpap/fundsource_lite/:liteId/deregister` - Deregister Fundsource Lite (No Balance):
  Deregisters an active Fundsource Lite account with zero balance.

* **get** `/v1/upi/tpap/fundsource_lite/:liteId` - Fetch Fundsource Lite:
  Fetches details of the Fundsource Lite account.
