# Create dispute representment

This method allows you to initiate a dispute representment case with associated evidence <a href="https://api-docs.solidgate.com/api/files-upload/create-upload-url" target="_blank">files</a>.

Endpoint: POST /dispute-representments/create
Version: 1.0.0
Security: merchant, signature

## Header parameters:

  - `merchant` (string, required)

  - `signature` (string, required)

## Response 200 fields (application/json):

  - `id` (string, required)
    Unique identifier of the created dispute representment.

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Unauthorized access due to invalid credentials.
    Example: 1.01

  - `error.messages` (array, required)
    Array of error messages applied to the decline payment.

## Response 400 fields (application/json):

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Error code.
    Example: 2.01

  - `error.message` (string, required)
    Error message.
    Example: Validation error

## Response 404 fields (application/json):

  - `error` (object, required)
    Error object.

  - `error.code` (string)

## Response 422 fields (application/json):

  - `error` (object, required)
    Error object.

  - `error.code` (string)

