v1
latestOpenAPI 3.1.02026-08-0629140119.9 KBMED Outgoing Disputes
List outgoing disputes
Lists outgoing MED disputes opened against transactions on the authenticated account, ordered by creation time descending. Cursor-based pagination.
get/v1/outgoing-disputes
Query parameters
status'pending' | 'completed' | 'cancelled'
infraction_status'pending' | 'accepted' | 'rejected' | 'cancelled'
Derived, per-dispute view of how the contested PSPs analysed the contestation. Computed from the dispute's linked med_outgoing_infractions
Filter by the infraction-analysis status (a different axis from status).
limitinteger nullable
cursorstring nullable
Response
Disputes listed
Example response
{
"outgoing_disputes": [
{
"cancellation_requested_at": "2026-05-28T14:30:00Z",
"created_at": "2026-05-28T14:30:00Z"
}
]
}