---
title: "Retornar informações de um QRCode pelo EMV"
method: POST
path: "/pix/v1/emv/full"
---

# Retornar informações de um QRCode pelo EMV

`POST /pix/v1/emv/full`

Essa API possibilita a consulta do EMV (Pix Copia e Cola), de QR Codes estáticos e dinâmicos. Sem a necessidade de utilizar o endpoint de payload.

## Request body

- object
  - `emv` string, required — Código EMV do QRCode
  - `codMun` string — Código do município do pagador
  - `dpp` string — Data de pagamento pretendida

## Response `200`

200

- object
  - `version` string
  - `status` integer
  - `body` object
    - `type` string
    - `merchantAccountInformation` object
      - `url` string
      - `gui` string
      - `merchantCategoryCode` string
      - `additionaldata` string
      - `withdrawalServiceProvider` string
      - `merchantName` string
      - `merchantCity` string
      - `postalCode` string
    - `key` string
    - `amount` object
      - `original` integer
      - `abatement` number
      - `discount` number
      - `interest` number
      - `final` integer
      - `fine` number
      - `canModifyFinalAmount` boolean
      - `withdrawal` object
        - `amountWithdrawal` integer
        - `canModifyWithdrawal` boolean
        - `agentMode` string
        - `withdrawalServiceProvider` string
      - `change` object
        - `amountChange` integer
        - `canModifyChange` boolean
        - `agentMode` string
        - `withdrawalServiceProvider` string
    - `transactionIdentification` string
    - `payload` object
      - `status` string
      - `revision` integer
      - `calendar` object
        - `createdAt` string
        - `presentation` string
        - `dueDate` string
        - `validateAfterDuedate` integer
        - `expiration` integer
        - `expirationDate` string
      - `debtor` object
        - `cpf` string
        - `cnpj` string
        - `name` string
      - `receiver` object
        - `cnpj` string
        - `cpf` string
        - `fantasyName` string
        - `publicArea` string
        - `city` string
        - `state` string
        - `postalCode` string
      - `payerQuestion` string
      - `additionalInformation` object[]
        - `value` string
        - `key` string

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
