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

# GenerateStaticPixQRCode

`POST /GenerateStaticPixQRCode`

This method can be used to generate a static Pix QRCode transaction

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `PrincipalValue` number, float, required — Collection Order Value
  - `TaxNumber` string, required — Legal Identification From Company
  - `PixKey` string, required
  - `Address` Address, required
    - `zipCode` string, required — Código CEP
    - `address` string, required — Endereço
    - `number` string, required — Número
    - `complement` string — Complemento
    - `district` string, required — Bairro
    - `state` 'AC' | 'AL' | 'AP' | 'AM' | 'BA' | 'CE' | 'DF' | 'ES' | 'GO' | 'MA' | 'MT' | 'MS' | 'MG' | 'PA' | 'PB' | 'PR' | 'PE' | 'PI' | 'RJ' | 'RN' | 'RS' | 'RO' | 'RR' | 'SC' | 'SP' | 'SE' | 'TO', required — > Status code, must only be capital letters >> Codigo de estado, deve ter somente letras maiúsculas
    - `city` string, required — > Município >> Clique no link a seguir para visualizar os municípios <a href="https://developers.easycredito.com.br/enum/cities.json" target="_blank">https://developers.easycredito.com.br/enum/cities.json</a>
    - `homeType` 'ALUGADA' | 'PARENTES' | 'FUNCIONAL' | 'PROPRIA_QUITADA' | 'PROPRIA_FINANCIADA' | 'OUTROS', required — Tipo de residência
    - `homeSince` 'MENOR_6_MESES' | 'MENOR_1_ANO' | 'MENOR_2_ANOS' | 'MAIOR_2_ANOS', required — Tempo de residẽncia
  - `Bank` Bank, required
    - `bank` string, required — > Bancos >> Clique no link a seguir para visualizar os bancos <a href="https://developers.easycredito.com.br/enum/bank.json" target="_blank">https://developers.easycredito.com.br/enum/bank.json</a>
    - `type` 'CONTA_CORRENTE_INDIVIDUAL' | 'CONTA_CORRENTE_CONJUNTA' | 'CONTA_POUPANCA_CONJUNTA' | 'CONTA_POUPANCA_INDIVIDUAL', required — Tipo de conta bancária
    - `agency` string, required — Número da agência
    - `account` string, required — Número da conta
    - `pixKey` string — Chave Pix da conta
  - `BankBranch` string, required — Beneficiary's Bank Branch
  - `BankAccount` string, required — Beneficiary's Account Number (without digit)
  - `BankAccountDigit` string, required — Beneficiary's Account Digit
  - `AdditionalData` string
  - `TransactionPurpose` integer — PurchaseOrTransfer = 0 Withdraw = 2
  - `Identifier` string
  - `Recurrence` object — Data for requesting recurrences.
    - `Values` object, required — The fields nested under the values object organize information about the recurrence value.
      - `FinalValue` string — Recurring charge amount.
      - `MinimumValue` string — Minimum allowed charge per recurrence.
    - `Contract` object, required — The contract object organizes information about the contract of the charge.
      - `Identifier` string, required — The identifier field determines the contract recurrence identifier.
      - `Description` string — Description.
      - `Debtor` object — The debtor object organizes information about the debtor of the charge.
        - `TaxNumber` string, required
        - `Name` string, required
    - `Date` object, required — The fields nested under the date object organize information about the date and frequency of the recurrence.
      - `Frequency` integer, required — Frequency.
      - `InitialDate` string, date, required — This is a date, in the format YYYY-MM-DD. This is the date payments start.
      - `EndDate` string, date — This is a date, in the format YYYY-MM-DD. This is the date payments finish.

## Response `200`

OK

- object
  - `Success` string
  - `Message` string
  - `DocumentNumber` integer — Transaction id
  - `RecurrenceId` string — The RecurrenceId field will be returned when the generated QR Code is associated with an Automatic Pix recurrence

---

[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/versions/f94d262a8f58/schema)
