Improved

February 26th 2026

Improved

Get certified account statement

Enhanced the GET endpoint /payout/account/statement with a new optional query parameter format.

  • format (string, optional) — Specifies the report output format.

    • Supported values: PDF (default), CSV.
  • When format=CSV, the endpoint returns a Base64-encoded CSV ledger statement instead of a PDF.

Example usage GET /payout/account/statement?start_date=2021-01-01&ending_date=2021-01-31&format=CSV

Backward compatibility
Existing clients that do not provide the format parameter will continue to receive a PDF statement by default.