Report request
A method for getting a CSV report for transactions
Request Report
Large CSV Reports may take a long time to generate, so we designed an asynchronous flow to retrieve it. To get to the report, client should perform the following steps:
Request report using
REQUEST_REPORT
URLCheck report status using
STATUS_REPORT
URL until its doneDownload generated report via
DOWNLOAD_REPORT
URL
Request address
POST
Query parameters
site_id
Yes
Integer
Site identifier in the system
1
start_date
Yes
Timestamp
Start time of the report
1694681569
end_date
Yes
Timestamp
End time of the report
1694778773
type
No
Integer
Type of the transaction
3
requested_by
No
String
Id of the client who made the request
69
signature
Yes
SHA-1
d9f5713990de5c6e32169dba1f0102f540018975
Request example
Response example
Status Report
Request address
GET
Request parameters
site_id
Yes
Int
Site identifier in the system
24
track_id
Yes
String
a86948edfa9545dbad5517d67ba23703
signature
Yes
String
d9f5713990de5c6e32169dba1f0102f540018975
Request example
Response example
Download Report
Request address
GET
Request parameters
site_id
Yes
Int
Site identifier in the system
24
track_id
Yes
String
a86948edfa9545dbad5517d67ba23703
signature
Yes
String
d9f5713990de5c6e32169dba1f0102f540018975
Example request address
Last updated