If "Daily Transaction Reports" is enabled in the merchant settings section for your account, a report is generated by the system, which includes all payments, cancellations and refunds for the given day between 00:00 and 03:00 every day. You can download CSV or XLSX format from this endpoint.
HTTP Method | URL |
---|---|
GET |
/file-reporting/v1/transaction-reports |
The query parameters expected in requests to download daily transaction reports are in the table below and listed under subheadings.
Parametre Name | Type | Mandatory | Description |
---|---|---|---|
reportDate |
String |
Yes | Report date in yyyy-MM-dd format as in "2021-12-26". |
fileType |
String |
Yes | File type. See: Daily Transaction Report File Types |
You can review the sample codes in the open source Craftgate API clients.