Disputes
RetrieveDispute
Returns details about a specific dispute.
get/v2/disputes/{dispute_id}
Path parameters
dispute_idstring required
The ID of the dispute you want more details about.
Response
Success
Example response
{
"dispute": {
"amount_money": {
"amount": 2000,
"currency": "USD"
},
"brand_dispute_id": "100000282394",
"card_brand": "VISA",
"created_at": "2018-10-18T15:59:13.613Z",
"disputed_payments": [
{
"payment_id": "6Ee10wvqhfipStz297mtUhBXvaB"
}
],
"due_at": "2018-11-01T00:00:00.000Z",
"id": "XDgyFu7yo1E2S5lQGGpYn",
"reason": "NO_KNOWLEDGE",
"state": "LOST",
"updated_at": "2018-10-18T15:59:13.613Z"
}
}