---
title: "Enviar retentativa de instrução de pagamento"
method: POST
path: "/pix/automatic/payment_intents/{id}/retry"
tags: ["Pix Automático"]
---

# Enviar retentativa de instrução de pagamento

`POST /pix/automatic/payment_intents/{id}/retry`

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