Skip to main content
GET
Listar pagos

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Encabezados

X-Organization-Id
string
requerido

Tenant organization ID

Parámetros de consulta

page
integer

Page number (default: 1)

limit
integer

Items per page (default: 20, max: 100)

status
enum<string>

Status filter

Opciones disponibles:
CREATED,
SCHEDULED,
PENDING_APPROVAL,
APPROVED,
EXECUTED,
SETTLED,
REJECTED,
FAILED,
CANCELED
type
enum<string>

Payment type filter

Opciones disponibles:
BANKSLIP,
UTILITIES,
DARF
from
string

Created from date (YYYY-MM-DD)

to
string

Created to date (YYYY-MM-DD)

Respuesta

OK

items
object[]
limit
integer
page
integer
total
integer