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

# ChangeDynamicPixQRCode

`POST /ChangeDynamicPixQRCode`

This method can be used to modify a dynamic Pix QRCode data

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `PixKey` string, required
  - `TaxNumber` string — Legal Identification From Company
  - `PayerTaxNumber` string
  - `PayerName` string
  - `PrincipalValue` number, float, required — Collection Order Value
  - `ExpirationDate` string, date — Expiration Date (format YYYY-MM-DD)
  - `Address` Address
    - `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
  - `ChangeType` integer, required — None = 0 Allowed = 1
  - `AdditionalData` object[]
    - `Name` string
    - `Value` string
  - `PayerRequest` string
  - `DocumentNumber` integer, required — Transaction id
  - `TransactionPurpose` integer — PurchaseOrTransfer = 0 PurchaseWithChange = 1 Withdraw = 2
  - `TransactionValue` number
  - `TransactionChangeType` integer — None = 0 Allowed = 1
  - `AgentModality` integer — Pss = 0 CommercialEstablishment = 1 Other = 2
  - `Recurrence` object — Data for requesting recurrences.
    - `Date` object, required — The fields nested under the date object organize information about the date and frequency of the recurrence.
      - `InitialDate` string, date, required — This is a date, in the format YYYY-MM-DD. This is the date payments start.

## Response `200`

OK

- object
  - `Success` string
  - `Message` string
  - `ChangeDocumentNumber` integer — Transaction id

---

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