v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBMED Outgoing Disputes
Get outgoing dispute
Retrieves a single outgoing MED dispute by its id, scoped to the authenticated account.
get/v1/outgoing-disputes/{id}
Path parameters
idinteger required
Outgoing dispute id
Response
Dispute detail
Example response
{
"cancellation_requested_at": "2026-05-28T14:30:00Z",
"created_at": "2026-05-28T14:30:00Z",
"deadline": "2026-05-28T14:30:00Z",
"funds_recovery": {
"closed_at": "2026-05-28T14:30:00Z",
"external_created_at": "2026-05-28T14:30:00Z",
"external_last_modified_at": "2026-05-28T14:30:00Z"
},
"original_transaction": {
"created_at": "2026-05-28T14:30:00Z"
}
}