Reconciliation/exportSettlement
Export a Settlement
Download a settlement batch as CSV or JSONL.
GET
/v1/settlements/{settlementId}/exportStream the full transaction listing for a settlement batch as CSV (for spreadsheet-based accounting) or JSONL (for pipelines). Unlike the paginated transactions endpoint, this returns every row in a single response — suitable for nightly exports to S3, SFTP, or accounting systems.
Path parameters
settlementIdstringRequiredThe settlement identifier.
Example "stl_01JQDAY00042"
Query parameters
formatenumRequiredOutput format.
csvjsonlexportSettlement