Skip to main content

Export charges (synchronous CSV)

GET 

/api/v1/exports/charges

Generates and returns the charges CSV inline (text/csv; charset=utf-8 with BOM, Content-Disposition: attachment), with optional status and due-date filters. Columns: cliente, documento_cliente, numero_documento, descricao, valor_original, valor_atual, vencimento, dias_atraso, status, origem, external_id. Capped at 10k rows; beyond that use the asynchronous export (POST /exports/jobs).

Request

Responses

CSV file (text/csv; charset=utf-8 with BOM so Excel renders accents correctly; Content-Disposition: attachment).