Filter payments (paginated)
POST/v1/open-api/payment/filter
Filter payments with optional criteria. All filter fields are optional.
Returns a paginated PageableData of PaymentDTO rows.
Requires grant PERMISSION_OPEN_API_CONTRACT_PAYMENT:READ.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Page of matching payments.
Validation error (400).
Invalid, revoked or expired token (401).
The token lacks the required permission:scope grant (403).
Rate limit of 60 requests/minute exceeded (429).