---
title: "Downloading Payout CSV Reports"
method: GET
path: "/payouts/reports/bases/{date}"
---

# Downloading Payout CSV Reports

`GET /payouts/reports/bases/{date}`

> 🚧 Sandbox date
>
> In the sandbox environment, you must use the fixed date to receive a sample CSV report:
> - For cross-border business model, use **20200511**.
> - For gateway business model, use **20200512**.
> 
> Any other date will return a 404 Not Found response.

This endpoint search for a CSV Report of all payouts on `FAILED`, `SUCCESS`, and `REVERSED` statuses for an exact date.

Also, it contains columns for invoice data.

All date-time columns are **UTC+0**.

> 📘
>
> To use this feature it is necessary to enable "**follow redirect**" on the HTTP client being used.

## Path parameters

- `date` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required
- `X-Api-Version` string, required

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403 - Forbidden
- `404` — 404

---

[API](https://skmtc.net/pagseguro/apis/pagseguro-international-api.md) · [All operations](https://skmtc.net/pagseguro/apis/pagseguro-international-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagseguro/pagseguro-international-api/revisions/032af0550731/schema)
