Skip to main content
The Centsless export endpoint produces a compliance-ready CSV for regulatory submissions and audit evidence. The standard export includes 53 fields covering every stage of the transaction lifecycle — from the original amounts and rounding calculation through compliance status, fraud score, and audit hash. You can filter exports by date range, payment method, and compliance status to target exactly the records a regulator or auditor needs.

Export modes

The export_mode field controls how many fields are included in the output:

Filter options

You can narrow the export using any combination of these fields:

Example export request

The response is a CSV file download with Content-Type: text/csv. Save the response body directly to a .csv file for use in your reporting tools or submission package.
For regulatory submissions, use standard mode — the 53-field output meets the data requirements of enacted state legislation. For internal audits where you want every raw field the engine stores, use full mode.
Combine the CSV export with the hash chain verification endpoint (GET /admin/verify-hash-chain) to give regulators tamper-proof evidence. The verification response confirms that every record in your export is part of an unbroken cryptographic chain, which demonstrates the audit trail has not been altered.