KashierDevelopersKashier Developers
API reference and playgroundSettlement reporting

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
Authorization<token>

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

status?string

Filter by window status.

dateFrom?string

Only include settlements on or after this date.

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

GET
/v3/payment/settlement/windows/batches/export