Time-Limited Transaction Report
Request Parameters
To request a time-limited transaction report, you need to send a POST request to the URL https://secure(-test).carusell.world/pay/get_report
with the following parameters:
- data: A base64 encoded JSON document string.
- sign: A signature generated from the data string.
JSON Document Parameters
Parameter Name | Type | Max Length | Description | Example |
---|---|---|---|---|
api_key | String | 255 | Shop key (identifier) | c84f1ac0-e4f0-0131-5298-70921c57c2a2 |
time_start | String | Initial time of the timeframe in | 2014-07-21 12:44 | |
time_end | String | End time of the timeframe in | 2014-07-21 12:44 | |
status | Integer | 2 | Processing status: | 99 |
page | Integer | Page number. Maximum of 1000 elements per page. Optional. | 1 |
Updated 16 days ago