Download Detailed Settlement Report

Use this request to download the specified report.

Use the following URL and a GET method to get a link to download a Detailed Settlement report:

{service_uri}/api/v2/reports/object-storage/{report_name}?report_type=settlement-detailed&redirect={redirect_indicator}

where:

  • {service_uri} is the service's URI.
  • {report_name} is the name of the report. You can use the List Detailed Settlement Reports request to get a list of report names.
  • {redirect_indicator} indicates if the redirect URL should be returned.

For example:

https://dashboard.taxamo.com/api/v2/reports/object-storage/AU.2024-07-01.2024-09-01.jn7thvYQs2aCHLiEpfvcCxgm23z1vo7UCCnTbZ8wSTs.1721815144629.csv?report_type=settlement-detailed&redirect=true

Details

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

Query Parameters

ParameterDescription
reporttypeThis is always settlement-detailed.
redirectIf set to true, the Detailed Settlement Report is returned. If set to false, a link to download the report is returned.

Post Processing

Click on the returned URL to open the report.

The fields in the report are explained in the Detailed Settlement Report topic.