Get Settlement Batches

Returns a list of settlement batches, sorted by creation date in ascending order.

Headers

User-AgentstringRequired
AcceptstringRequiredDefaults to application/json
Specifies media types that are acceptable for the response.

Query Parameters

limitintegerOptional
Maximum number of rows to return. Defaults to 15 if not specified.
last_knownstringOptional

A settlement batch ID. Results will contain all settlement batches whose creation date is greater than that of the last_known ID.

Response

Successful response with a list of settlement batches.
settlement_batcheslist of objects or null
meta_dataobject or null

Errors