Query settlement reports by merchant payment account

Get all settlement reports by merchant payment account or search with optional RSQL search query. Results returned in a paginated response, by default sorted according to creation order. Sort order, page size and page number can be changed with optional parameters.

Path Params
string
required

Merchant payment account ident. Must not be null.

Query Params
string

Use RSQL query language. Intro here: https://aboullaite.me/rsql/.

integer
Defaults to 0

Zero-based page index (0..n). Default is 0.

integer
Defaults to 10

Size of the page to be returned. Max page size allowed is 100, default is 10.

sort
array of strings
Defaults to id

A list of one or more sorting criteria each in the format 'property(,asc|desc)' with direction being case-insensitive. If sorting direction is not provided, default direction is 'asc'. Default sorting criteria: 'id'.

sort
Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json