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

# Complaints

> Know about raising and tracking complaints in TPAP Pro using APIs.

<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 TPAP Pro - Complaints APIs allow you to raise, track, and receive resolution updates for disputes related to UPI transactions.

<br />

Below are the steps to integrate and manage complaints with 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](/docs/api/payments/tpap-pro/funds-account-management)
3. [Payments](/docs/api/payments/tpap-pro/payments-flow)
4. [Mandates](/docs/api/payments/tpap-pro/mandate-flow)
5. Complaints
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="Raise a Complaint" href="/docs/api/payments/tpap-pro/complaints-flow/raise-complaints">
    `POST` `/v1/complaints/raise`

    Registers a complaint related to a UPI payment transaction.
  </Card>

  <Card title="Fetch Complaints" href="/docs/api/payments/tpap-pro/complaints-flow/fetch-complaints">
    `GET` `/v1/complaints`

    Fetches the status of a specific complaint or lists all complaints for a customer.
  </Card>
</CardGroup>

## Related Guides

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