---
title: "Upload dispute file (v3)"
method: POST
path: "/v3/spend/profiles/{profileId}/dispute-form/file"
tags: ["disputes"]
deprecated: true
---

# Upload dispute file (v3)

`POST /v3/spend/profiles/{profileId}/dispute-form/file`

> **Deprecated.**

{% admonition type="warning" %}
This endpoint is deprecated. Use the [v4 upload dispute file endpoint](/api-reference/disputes/disputefileupload) instead.
{% /admonition %}

Submit a file for disputes.

This API is not available for sandbox testing.

Use the `fileId` in the response for the dispute submission.

**NB:** A dispute referencing the returned `fileId` must be submitted no later than **two hours** after the file submission, otherwise the file will expire and must be re-submitted.

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

A key-value pair mapping the file name to the assigned file ID.

- object — Object with the file field name as key and the assigned file ID as value.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.dev/wise/apis/platform-api.md) · [All operations](https://skmtc.dev/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
