---
title: "Listar pagamentos de uma recorrência"
method: GET
path: "/payout_recurrences/{recurrence_id}/payouts"
tags: ["Recorrência"]
---

# Listar pagamentos de uma recorrência

`GET /payout_recurrences/{recurrence_id}/payouts`

## Headers

- `User-Agent` string

## Response `200`

OK

- object[]
  - `id` integer
  - `batch_id` integer
  - `amount` integer
  - `status` string
  - `payment_method` string
  - `external_id` string
  - `idempotency_key` string
  - `description` string
  - `error` string
  - `payment_date` string
  - `finished_at` string
  - `returned_at` string
  - `created_at` string
  - `receipt_url` string
  - `bank_receipt_url` string
  - `authorization_code` string
  - `is_withdraw` string
  - `receiver` object
    - `name` string
    - `tax_id` string
    - `email` string
    - `institution_code` string
    - `branch_number` string
    - `account_number` string
    - `account_type` string
    - `pix_key` string
    - `pix_key_type` string
  - `payment_method_details` object
    - `pix` object
      - `description` string
      - `end_to_end_id` string

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/revisions/cf24b926bbaa/schema)
