---
title: "GetPixQRCodeByIdentifier"
method: POST
path: "/GetPixQRCodeByIdentifier"
tags: ["QRCode Management"]
---

# GetPixQRCodeByIdentifier

`POST /GetPixQRCodeByIdentifier`

This method can be used to consult a pix payment by its identifier (DocumentNumber)

## Request body

- object
  - `method` string
  - `PartnerId` integer — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer
  - `TaxNumber` string — Legal Identification From Company
  - `DocumentNumber` integer — Transaction id
  - `Identifier` string — Identifier Of The Transaction

## Response `200`

OK

- object
  - `Success` string
  - `GetPixQRCodeByIdentifierInfo` object[]
    - `Identifier` string
    - `PixQRCodeType` string
    - `PixKey` string
    - `Status` string
    - `City` string
    - `ZipCode` string
    - `PayerName` string
    - `PayerTaxNumber` string
    - `ReceiverName` string
    - `ReceiverTaxNumber` string
    - `ChangeType` string
    - `PrincipalVelue` string
    - `DueDate` string
    - `RebateValue` string
    - `InterestValue` string
    - `FineValue` string
    - `Reusable` string
    - `PayerRequest` string
    - `ExpirationDate` string
    - `TransactionChangeType` string
    - `TransactionValue` string
    - `TransactionPurpose` string
    - `AgentModality` string
    - `CreationDate` string
    - `QRCodeBase64` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/revisions/f94d262a8f58/schema)
