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

DetailValue
Endpoint/api/v2/reports/object-storage/
MethodGET

Parameters

ParameterDescription
report_typeAlways set to settlement-detailed.
redirectControls 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.