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.
csvjsonlcommerce-api/openapi.yaml · exportSettlement