List Settlement Batch Transactions
List transactions linked to a settlement batch.
By default returns underlying payment/refund transactions in transactions.
Set only_settlement_txns=true to return settlement payouts in settlement_transactions instead.
Authorizations
Path Parameters
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
Settlement batch token. Must start with sb_ and be exactly 39 characters.
"sb_1328a110-2cf5-4e13-993e-55792ec6b76c"
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"
When true, return settlement payouts in settlement_transactions instead of general transactions in transactions.
false