Download Detailed Settlement Reports
Use this request to download the Detailed Settlement Report.
To retrieve a download link for a Detailed Settlement Report, send a GET request to the following endpoint:
{service_uri}/api/v2/reports/object-storage/{report_name}?report_type=settlement-detailed&redirect={redirect}
Details
| Detail | Value |
|---|---|
| Endpoint | /api/v2/reports/object-storage/ |
| Method | GET |
Parameters
| Parameter | Description |
|---|---|
report_type | Always set to settlement-detailed. |
redirect | Controls the response type. Set to true to return the report directly. Set to false to return a download link. |
Examples
This example retrieves the download link for a specified report.
GET https://{service_uri}/api/v2/reports/object-storage/{name}.csv?report_type=settlement-detailed&redirect=true
Post processing
Open the returned hyperlink to download the report.
For more information about the report results, see Detailed Settlement Report.
Updated about 22 hours ago
