> ## 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.

# Accounts Management

> Know about funds and accounts management and list of endpoints.

<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>

Razorpay's TPAP Pro - Funds and Accounts Management APIs let you add more accounts, delete existing accounts, and change PINs for accounts for hassle-free transactions.

<br />

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

1. [Customer Onboarding](/docs/api/payments/tpap-pro/customer-onboarding)
2. Manage Funds and Account
3. [Payments](/docs/api/payments/tpap-pro/payments-flow)
4. [Mandates](/docs/api/payments/tpap-pro/mandate-flow)
5. [Complaints](/docs/api/payments/tpap-pro/complaints-flow)
6. [UPI Numbers](/docs/api/payments/tpap-pro/upi-number)
7. [UPI Lite](/docs/api/payments/tpap-pro/fundsource-lite)

<CardGroup cols={2}>
  <Card title="Change UPI PIN" href="/docs/api/payments/tpap-pro/funds-account-management/change-pin">
    `PATCH` `/v1/upi/tpap/fundsources/:id/upi_pin?expand[]=vpas`

    Changes the UPI PIN.
  </Card>

  <Card title="Set the Primary Payment Source" href="/docs/api/payments/tpap-pro/funds-account-management/set-primary-payment-source">
    `PATCH` `/v1/upi/tpap/vpa`

    Sets the primary payment source.
  </Card>

  <Card title="Check Balance of a Payment Source" href="/docs/api/payments/tpap-pro/funds-account-management/check-balance">
    `POST` `/v1/upi/tpap/fundsources/:fundsource_id/balance`

    Checks the balance of the payment source.
  </Card>

  <Card title="De-register Devices" href="/docs/api/payments/tpap-pro/funds-account-management/deregister-device">
    `POST` `/v1/upi/tpap/devices/deregister`

    De-registers the device.
  </Card>

  <Card title="Fetch VPAs" href="/docs/api/payments/tpap-pro/funds-account-management/fetch-vpas">
    `GET` `/v1/upi/tpap/vpas?status=”active”&skip=0&count=10`

    Retrieves the list of VPAs.
  </Card>

  <Card title="Delete VPAs" href="/docs/api/payments/tpap-pro/funds-account-management/delete-vpas">
    `DELETE` `/v1/upi/tpap/vpa?vpa=anitha@okhdfcbank`

    Checks if the VPA is available.
  </Card>
</CardGroup>

## Related Guides

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