Retrieve a dispute by ID.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/disputes/{disputeId} \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "createdAt": 123, "id": "<string>", "transactionId": "<string>", "customerId": "<string>", "cardId": "<string>", "disputeType": "<string>", "reason": "<string>", "description": "<string>", "amount": 123, "currency": "<string>", "resolvedAt": 123 }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Dispute ID
Dispute details