Skip to main content

Daily Transaction Report

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.

URL

GET/file-reporting/v1/transaction-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 "2021-12-26".

fileType
String
required
Values:
CSV
XLSX

Sample Codes

You can review the sample codes in the open source Craftgate API clients.

Retrieving Daily Transaction Reports

Loading..