List payments
Lists payments with optional status, type, creation-date and due-date filters, paginated.
Authorizations
JWT bearer token issued by the identity provider.
Headers
Tenant organization ID. Accepted but ignored: the tenant is determined by the credentials you authenticate with, so sending this header, or sending a different value in it, changes nothing.
Query Parameters
Status filter.
CREATED, SCHEDULED, PENDING_APPROVAL, APPROVED, EXECUTED, SETTLED, REJECTED, FAILED, CANCELED "CREATED"
Payment type filter.
BANKSLIP, UTILITIES, DARF "BANKSLIP"
Created-from date, inclusive.
"2026-01-01"
Created-to date, inclusive.
"2026-12-31"
Due-date lower bound, inclusive.
"2026-02-01"
Due-date upper bound, inclusive.
"2026-11-30"
Page number, one-based.
x >= 11
Items per page.
1 <= x <= 10020

