POST /v1/query/* endpoints accept the same sorting, paging, and filtering
options in the JSON request body, alongside any endpoint-specific filters.
Single-record endpoints are the exception. Get a transaction
receipt returns one transaction
by
transactionId and subMerchantId, and ignores the options below.Sorting
Sort by one or more fields. Prefix a field with- for descending order.
Paging
limit— maximum number of results to return.offset— number of results to skip before returning results.
Filtering
Filter on any field of the queried resource. Exact-match filters are plain key/value pairs; comparison operators use the$ prefix:

