List refunds
Returns a paginated list of MED 2.0 Refunds (devoluções) owned by the requesting tenant’s organization, newest first by default. Filtering is always scoped to the tenant organization resolved from the authenticated context. requesting_participant / contested_participant are optional accessory filters, not tenant boundaries. status, refund_reason, and sort_order are case-insensitive.
Authorizations
JWT bearer token issued by the identity provider.
Query Parameters
Filter by lifecycle status (case-insensitive)
"OPEN"
Filter by refund reason (case-insensitive)
"FRAUD"
Filter by the contested transaction end-to-end ID (32 chars)
"E12345678202601011200abcdef01234"
Filter by the linked infraction report UUID
"c3d4e5f6-a7b8-4901-abcd-34567890abcd"
Filter by the requesting participant ISPB (8 digits)
"12345678"
Filter by the contested participant ISPB (8 digits)
"87654321"
Page number (default: 1, minimum: 1)
"1"
Maximum number of items per page (default: 10, max: 100)
"10"
Sort direction by last_modified (default: desc, case-insensitive)
"desc"

