Current (2025-04-01)Merchants APIDisputes

Update Dispute Order

POST
/public/2025-04-01/disputes/{disputeId}/order
x-api-key<token>

Your Chargeflow API key. Generate it in the Developer Hub under Settings.

In: header

Path Parameters

disputeId*string

The unique Chargeflow object identifier of the dispute.

Match^[0-9a-fA-F]{24}$

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/public/2025-04-01/disputes/string/order" \  -H "Content-Type: application/json" \  -d '{}'
{  "requestId": "string"}
Was this page helpful?