Filter the results. See developer resources for more information. On endpoints whose entity supports
custom fields you can also filter by custom field: customFieldEq('fieldName', 'value') (equals) or
customFieldExist('fieldName') (field has a non-empty value). Custom-field functions may only be
combined with and.
Example: name eq 'Adam' and age gt 20 and customFieldEq('region', 'EU')
OrderBystringOptional
Sorting the results. See developer resources for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 2026-07-01
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'paymentSettlements' and 'writeOffs'
Example: 2026-07-01
PageSizeinteger · int32Optional
Page Size
Example: 20
PageNumberinteger · int32Optional
Page Number
Example: 1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
totalPagesinteger · int32 · nullableOptional
totalCountinteger · int32Optional
nextPagestring · uri · nullableOptional
previousPagestring · uri · nullableOptional
firstPagestring · uri · nullableOptional
lastPagestring · uri · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get/Payments
Update Payment
patch
Update Payment details and Add, remove or edit payment settlements and write offs.