---
title: "Listar instruções de pagamento"
method: GET
path: "/pix/automatic/payment_intents"
tags: ["Pix Automático"]
---

# Listar instruções de pagamento

`GET /pix/automatic/payment_intents`

## Query parameters

- `authorization_id` string
- `page` string
- `page_size` string

## 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` PaymentIntentResponse
    - `id` string, uuid
    - `authorization_id` string, uuid
    - `status` 'processing' | 'accepted' | 'rejected' | 'settled' | 'canceled' | 'failed'
    - `end_to_end_id` string
    - `txid` string
    - `reason` 'schedule' | 'retry_after_expiration_date' | 'retry_after_failure'
    - `due_date` string, date
    - `amount` integer
    - `description` string, nullable
    - `integration_id` string, nullable
    - `accepted_at` string, date-time, nullable
    - `rejected_at` string, date-time, nullable
    - `rejection_reason` string, nullable
    - `error_code` string, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time

---

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