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

Authorizations

Authorization
string
header
required

Body

application/json
transactionId
string
required

The _id of the transaction the dispute is for.

reason
enum<string>
default:
not_received
required

The reason for the dispute.

Available options:
not_received,
fraudulent,
duplicate,
product_not_as_described,
service_not_as_described,
canceled,
other
explanation
string
required

More details on the dispute.

metadata
string
default:
{}

The key-value pair you wish to attach to the dispute object.

Response

200
application/json
200

The response is of type object.