# Create Complaint
source: https://developer.mastercard.com/india-online-dispute-resolution/documentation/use-cases/create_new_dispute/index.md

The Create Complaint API creates a new complaint by sending the necessary information.
The issuer can send the cardholder details and create the complaint.

## Prerequisites {#prerequisites}

The IODR API needs the following parameters:

* Complaint type
* Transaction date
* Transaction time
* Card number
* Transaction amount

## Sequence Diagram {#sequence-diagram}

Diagram create_new_dispute

### Execution Steps {#execution-steps}

1. The Third-Party Application Providers (TPAP) or issuer sends complaint details to create a new complaint.
2. IODR validates the complaint details.
3. IODR creates a new complaint.
4. IODR sends a success message along with a tracking number to the issuer or TPAP. Note: IODR sends email notification to issuer.

## Endpoint {#endpoint}


API Reference: `POST /complaints`

