Skip to main content
GET
List MED refund requests

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Obtain token from /v1/login/oauth/access_token endpoint using client credentials (clientId and clientSecret).

Include token in Authorization header: Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Token expires after 3600 seconds (1 hour).

Query Parameters

status
string

Filter on stSolDevolucao (0=Aberta, 1=Cancelada, 2=Analisada).

ispb_contestado
string

Filter on the contested ISPB (refunds requested against this institution).

ispb_solicitante
string

Filter on the requester ISPB (refunds this institution requested).

end_to_end_id
string

Filter on the contested payment's endToEndId.

Response

OK

data
object[] | null
required

The list of detected refund requests, newest first.