Skip to main content

List payments

GET 

/Payments

Returns a paginated list of all payments recorded on your account across all cases.

Pagination: • page (default: 1) - Page number, starting from 1 • pageSize (default: 50, max: 100) - Number of results per page

Response: • Returns PaymentListApiDTO with page metadata and payments array • Each payment includes case reference, amount, currency, date, payment type, and status • Page metadata includes: totalResults, currentPage, skipped, pageSize

Note: This endpoint returns ALL payments across all your cases. To get payments for a specific case, use GET /cases/{id}/payments instead.

Request

Responses

Payments returned