Export settlement batch transactions
curl -X GET "https://test-api.kashier.io/v3/payment/settlement/windows/batches/export""string"Exports the transactions inside settlement batches as a spreadsheet, one row per transaction with its selling fees, VAT, settlement amount, ready-for-settlement date, method, and channel. This is the file to reconcile a settlement against line by line.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Query Parameters
Filter by window status.
Only include settlements on or after this date.
Response Body
application/octet-stream
application/json
application/json
application/json
application/json
Get a settlement batch GET
Retrieves one settlement batch by its id, without needing to know which window it belongs to. Use it when a transaction gave you a settlementBatchId on its own.
List batches GET
Retrieves the merchant's batches, paginated. currency is required, so a batch list is always scoped to one currency; every other filter is optional.