Daily Payment Report
If "Daily Payment Reports" is enabled for your account by the management team, a report containing all your payment transactions for the previous day is automatically generated by the system between 00:00 and 04:00 every day. You can download this report in CSV or XLSX format via this endpoint.
URL
GET/file-reporting/v1/payment-reports
Request Parameters
The query parameters expected in requests to download daily transaction reports are in the table below and listed under subheadings.
reportDate
String
required
Report date in yyyy-MM-dd
format as in "2025-01-26".
fileType
String
required
File type.
Values:
CSV
XLSX
Sample Codes
You can review the sample codes in the open source Craftgate API clients.