Downloading On-Demand Conversion Detail Report
The Conversion Detail Report contains details of transactions for a merchant. To request the report, your client application must send an HTTP GET message to the report server. The default format for responses is JSON, but some reports can also return CSV or XML. You can set the response to return CSV or XML in the request header by setting the
Accept
value to either application/xml
or text/csv
.Format the URL as follows:
https://<url_prefix>/reporting/v3/conversion-details?startTime={startTime}&endTime={endTime}&organizationId={organizationId}
Value | Description | Required/ Optional |
---|---|---|
<
url_prefix > | Name of the server from which to
download the report. Use one of these values:
| Required |
{startTime} | Report start date to search on in ISO
8601 format. Example: 2016-11-22T12:00:00.000Z | Required |
{endTime} | Report end date to search on in ISO
8601 format. Example: 2016-11-22T12:00:00.000Z | Required |
{organizationId} | The organization ID under which the
report is subscribed. This can be the merchant ID, account ID, or reseller
ID. | Optional |
Responses
This call can return one of the following HTTP status codes:
- 200: Ok.
- 400: Invalid request.
- 404: Report not found or no transactions are available.
For detailed information on the responses,
including which fields are returned, see the Reporting REST API Reference
.