Managed Disputes
Retrieve a dispute
Retrieves a specific dispute by its token.
get/v2/disputes/{dispute_token}
Path parameters
dispute_tokenstring uuid required
Token of the dispute to retrieve.
Response
OK
Example response
{
"currency": "USD",
"merchant": {
"acceptor_id": "333301802529120",
"acquiring_institution_id": "191231",
"city": "NEW YORK",
"country": "USA",
"descriptor": "COFFEE SHOP",
"mcc": "5812",
"state": "NY"
}
}