v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Cash Settlement

List Settlement Items

get/settlement_accounts/{settlement_account_id}/settlements/{settlement_id}/items

Path parameters

settlement_idstring required

A settlement identifier.

settlement_account_idstring required

A settlement account identifier

Query parameters

cursorstring

A pagination cursor. When you receive a paginated response containing the property pagination.next_cursor, you can pass its value here to get the next page of results for your query. A cursor will include filter parameters, so there is not need to specify both the cursor and any other filter parameter.

limitinteger

In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.

Response

Successful Response

Example response

{
  "pagination": {
    "next_cursor": "<opaque-data>"
  }
}