---
title: "Get Payouts"
method: GET
path: "/payouts/{reference}/items"
---

# Get Payouts

`GET /payouts/{reference}/items`

> 📘 Authorization
>
> Make sure your requests are properly authenticated, check the [Payout API Authorization](https://developers.international.pagseguro.com/boacompra/reference/payout-authentication) before executing your first request.

> 📘 Understanding Responses
>
> Learn how to interpret the status of your requests and individual payout items:
>
> - [Payout API Status Codes](https://developers.international.pagseguro.com/boacompra/reference/payout-api-status-codes)
> - [Payout Status Description](https://developers.international.pagseguro.com/boacompra/reference/payout-status-description)

## Path parameters

- `reference` string, required

## Headers

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

## Response `200`

200

- object
  - `result` object[]
    - `reference` string
    - `amount` object
      - `value` number
      - `currency` string
    - `country` string
    - `method` string
    - `destination` object
      - `key` string
      - `amount` object
        - `value` number
        - `currency` string
    - `reversals` object[]
    - `status` object
      - `code` string
      - `reason` string
    - `exchange` object
      - `base` string
      - `rate` number
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` object
    - `total_items` integer
    - `total_pages` integer

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403 - Forbidden
- `404` — 404
- `429` — 429 - Too Many Requests
- `500` — 500 - Internal Server Error

---

[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)
