Skip to main content
GET
cURL con datos ficticios

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Encabezados

X-Account-Id
string
requerido

UUID de la cuenta asociada a la operación.

Ejemplo:

"019606a1-3b4c-7d8e-9f01-234567890abc"

Parámetros de consulta

transferId
string

Filter by original transfer UUID

status
string

Filter by refund status (lowercase)

Ejemplo:

"completed"

direction
string

Filter by direction (lowercase)

Ejemplo:

"out"

after
string

Opaque cursor returned by the previous page

limit
string

Page size (1-100, default 20)

Ejemplo:

"20"

Respuesta

OK

items
object[] | null
requerido
next_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTYwNmIxLTNiNGMtN2Q4ZS05ZjAxLTIzNDU2Nzg5MGRlZSJ9"

prev_cursor
string
Ejemplo:

"eyJpZCI6IjAxOTYwNmIxLTNiNGMtN2Q4ZS05ZjAxLTIzNDU2Nzg5MGRlZSJ9"