Disputes
Create Dispute
Overview
Customers
Funding Sources
Cards
Accounts
Authorizations
Transactions
Disputes
Create Dispute
Creates a dispute for a specific transaction.
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
Body
application/json
Response
200
application/json
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": "{}"
}'
"{}"