---
title: "Listar autorizações"
method: GET
path: "/pix/automatic/authorizations"
tags: ["Pix Automático"]
---

# Listar autorizações

`GET /pix/automatic/authorizations`

## Query parameters

- `page` string
- `page_size` string
- `status` 'pending' | 'accepted' | 'rejected' | 'canceled' | 'failed'
- `date__gte` string, date-time
- `date__lte` string, date-time

## Response `200`

- object
  - `meta` Cursor
    - `first` string — Cursor to first page
    - `previous` string — Cursor to previous page
    - `next` string — Cursor to next page
    - `last` string — Cursor to last page
  - `items` AuthorizationResponse[]
    - `id` string, uuid
    - `type` 'authorization' | 'authorization_qrcode' | 'immediate_payment_authorization' | 'opt_in_authorization' | 'static_opt_in_authorization'
    - `status` 'pending' | 'accepted' | 'rejected' | 'canceled' | 'failed'
    - `end_to_end_id` string
    - `frequency` 'weekly' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual'
    - `retry_policy` 'not_allowed' | 'allow_three_in_seven_days'
    - `start_date` string, date
    - `expiration_date` string, nullable
    - `fixed_amount` integer
    - `max_amount_floor` integer
    - `identifier` string
    - `description` string
    - `payer` object
      - `name` string
      - `tax_id` string
      - `bank_ispb` string
      - `branch` string
      - `account` string
    - `debtor` object
      - `name` string
      - `tax_id` string
    - `payment_qrcode_txid` string, nullable
    - `qrcode_payload` string, nullable
    - `qrcode_image_base64` string, nullable
    - `error_code` string, nullable
    - `reject_reason` string, nullable — Preenchido caso a autorização seja rejeitada pelo PSP do pagador ou usuário pagador
    - `authorized_at` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `split_payment` AuthorizationSplitPayment[] — Configuração de divisão de pagamento entre múltiplos recebedores
      - `mode` 'fixed' | 'percentage', required — Tipo de divisão de pagamento
      - `amount` integer — Valor em centavos para divisão de pagamento no modo "fixed"
      - `amount_percent` number, float — Percentual para divisão de pagamento no modo "percentage"
      - `receiver` object, required — Dados do recebedor do valor dividido
        - `pix_key` string, required
      - `split_days_after_settled` integer — Número de dias após a liquidação do pagamento para repassar o valor ao recebedor

---

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