---
title: "Criar QR Code estático"
method: POST
path: "/pix/qrcode/static"
tags: ["QR Codes Pix"]
---

# Criar QR Code estático

`POST /pix/qrcode/static`

## Headers

- `User-Agent` string

## Request body

- object
  - `txid` string
  - `integration_id` string — ID de integração
  - `pix_key` string, required — Chave Pix registrada na Transfeera
  - `value` number — Valor da cobrança
  - `additional_info` string — Informações adicionais
  - `withdraw` object — Campos de Pix saque (entre em contato com suporte para utilizar)

## Response `200`

Successful response

- object
  - `id` string
  - `qrcode_type` 'ESTATICO' | 'COBRANCA_IMEDIATA' | 'COBRANCA_COM_VENCIMENTO'
  - `status` 'ATIVA' | 'CONCLUIDA' | 'REMOVIDA_PELO_USUARIO_RECEBEDOR' | 'REMOVIDA_PELO_PSP'
  - `txid` string
  - `integration_id` string
  - `pix_key` object
    - `id` string
    - `key` string
    - `key_type` 'CHAVE_ALEATORIA' | 'EMAIL' | 'TELEFONE' | 'CPF' | 'CNPJ'
  - `value` number
  - `withdraw` object
  - `additional_info` string
  - `emv_payload` string
  - `image_base64` string
  - `created_at` string
  - `updated_at` 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)
