---
title: "Criar instrução de pagamento"
method: POST
path: "/pix/automatic/payment_intents"
tags: ["Pix Automático"]
---

# Criar instrução de pagamento

`POST /pix/automatic/payment_intents`

## Request body

- PaymentIntentRequest
  - `authorization_id` string, uuid, required
  - `txid` string — Um txid aleatório será gerado caso não seja informado
  - `reason` 'schedule', required
  - `due_date` string, date, required — Data de vencimento do pagamento (YYYY-MM-DD)
  - `amount` integer, required — Valor em centavos
  - `description` string, nullable — A descrição será exibida ao usuário pagador
  - `integration_id` string, nullable — ID de integração

## Response `200`

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