Skip to main content
GET
List Funds Recoveries

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de consulta

limit
integer
predeterminado:10

The maximum number of items to include in the response.

Rango requerido: 1 <= x <= 100
page
integer
predeterminado:1

The number of the page that you want to retrieve.

Rango requerido: x >= 1
sort_order
enum<string>
predeterminado:asc

The order used to sort the results.

Opciones disponibles:
asc,
desc
status
enum<string>

Filter by funds recovery status.

Opciones disponibles:
CREATED,
TRACKED,
AWAITING_ANALYSIS,
ANALYSED,
REFUNDING,
COMPLETED,
CANCELLED
situation_type
enum<string>

Filter by situation type.

Opciones disponibles:
SCAM,
ACCOUNT_TAKEOVER,
COERCION,
FRAUDULENT_ACCESS,
OTHER,
UNKNOWN
root_transaction_id
string

Filter by root transaction ID (32 characters).

modified_after
string

Filter by funds recoveries modified after this timestamp (RFC3339 format).

modified_before
string

Filter by funds recoveries modified before this timestamp (RFC3339 format).

Respuesta

OK

items
object[]
limit
integer
Ejemplo:

10

page
integer
Ejemplo:

1

total
integer
Ejemplo:

42