Creates a dispute for a specific transaction.
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": "{}"
}'
"{}"
200
The response is of type object
.
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": "{}"
}'
"{}"