v1

latestOpenAPI 3.1.02026-08-0629140119.9 KB
MED 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

cancellation_requested_atstring date-time nullable

Timestamp when cancellation was requested (UTC, RFC 3339).

created_atstring date-time required

Dispute creation timestamp (UTC, RFC 3339).

deadlinestring date-time nullable

Response deadline (UTC, RFC 3339). Derived from funds recovery external_created_at + 7 days when available.

end_to_end_idstring required
idinteger required
infraction_status'pending' | 'accepted' | 'rejected' | 'cancelled' required

Derived, per-dispute view of how the contested PSPs analysed the contestation. Computed from the dispute's linked med_outgoing_infractions

original_amount_in_centsinteger required
refunded_amount_in_centsinteger required
status'pending' | 'completed' | 'cancelled' required
transaction_idinteger required

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"
  }
}