---
title: Requesting Sandbox Settlement reports
url: amazon-pay-reports/requesting-sandbox-settlement-reports.html
---

Amazon Pay offers Sandbox Settlement reports to allow you to automate your accounting and reconciliation systems before going live with Amazon Pay.
Sandbox Settlement reports make use of sandbox transactions to mimic the content of a live settlement report.  
Other than live settlement reports, sandbox settlement reports are not automatically generated, but need to be manually requested.

<div markdown="span" class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> Sandbox Settlement Reports only exist in the sandbox environment. Requesting this report type in live will fail.</div>

<!-- prettier-ignore-start -->
* TOC
{:toc}
{::options toc_levels="3" /}

***
<!-- prettier-ignore-end -->

### Request a Sandbox Settlement Report

Before requesting this report type, ensure you have placed sandbox transactions (charges, refunds, ...) for the time range you are requesting a report for. If there are no transactions in sandbox available for the given time range, the generated report will be in the `processingStatus` "CANCELLED".  

Please follow the `Create Report` [documentation and example](../amazon-pay-api-v2/reports.html#create-report) to understand how to request a sandbox settlement report. Ensure interacting with the sandbox environment for this report type.

***

### Download the created Sandbox Settlement Report

The `Create Report` operation returns the `reportId` of the requested report. Please follow the `Get Report By Id` API [documentation](../amazon-pay-api-v2/reports.html#get-report-by-id) to query for the report status. Once the report moves into the `processingStatus` "COMPLETED", you can use the `Get Report Document` API to get the Report Document `url` to download the report content.
