Listar pagos

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
default:0
cursor
string
portfolioId
string
debtorId
string
from
string

Límite inferior para paymentDate, comparado como texto ISO 8601 (from=2026-01-01 incluye todo ese día). Un valor no parseable responde 400.

to
string

Límite superior para paymentDate, comparado como texto ISO 8601: to=2026-01-31 excluye los pagos de ese día registrados con hora; usá to=2026-01-31T23:59:59Z para incluirlos. Un valor no parseable responde 400.

Response

200 - application/json

Response for status 200

data
object[]
required
pagination
object
required