cURL
curl --request GET \ --url https://api.dots.dev/api/v2/disputes/{dispute_id} \ --header 'Authorization: Basic <encoded-value>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "payment_intent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "needs_response", "evidence": [ { "type": "customer_communications", "url": "<string>" } ] }
Retreieve a dispute by its ID
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
ID of the dispute to retrieve
OK
needs_response
under_review
closed
warning_needs_response
warning_under_review
warning_closed
won
lost
Show child attributes
customer_communications
refund_policy
cancellation_policy
customer_signature
receipt
service_documentation
duplicate_charge_documentation
shipping_documentation
uncategorized
Was this page helpful?