List Settlement Batches
List settlement batches for the aggregator with cursor-based pagination.
Query status using the integer enum; responses serialize status as the string enum name.
Amounts elsewhere in settlement operations are returned in the lowest currency denomination (paisa).
Authorizations
Path Parameters
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
Query Parameters
Cursor for pagination. Pass the previous response next_cursor, or omit/0 for the first page.
0
Page size. Default 30. Maximum 100. 0 is treated as the default.
30
Sort direction on the underlying numeric id. Must be uppercase ASC or DESC. Invalid or empty values default to DESC.
ASC, DESC "DESC"
Restrict results to a single settlement batch token (sb_…, exactly 39 characters).
"sb_1328a110-2cf5-4e13-993e-55792ec6b76c"
Filter by settlement batch status integer enum (0=BATCH_CREATED, 1=BATCH_PROCESSING, 2=BATCH_COMPLETED, 3=BATCH_FAILED). Response status is the string enum name.
0, 1, 2, 3 2