PUT
/
cards
/
disputes
/
{id}
curl --request PUT \
  --url https://api.sandbox.sudo.cards/cards/disputes/{id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "reason": "not_received",
  "explanation": "<string>",
  "metadata": "{}"
}'
"{}"

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the transaction to fetch.

Body

application/json

Response

200
application/json

200

The response is of type object.