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

# ChangePixQrCodeComposed

`POST /ChangePixQrCodeComposed`

This method can be used to change a composite Pix QRCode

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TxId` string, required — The TxId field determines the recorrencia identifier.
  - `Receiver` object, required — The Receive object organizes information about the recipient of the recurrence.
    - `TaxNumber` string, required — Legal Identification From Company
    - `Name` string, required
    - `ISPB` string
    - `Bank` Bank
      - `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
  - `Contract` object, required — The contract object organizes information about the contract of the charge.
    - `Debtor` object, required — The debtor object organizes information about the debtor of the charge.
      - `ISPB` string, required
      - `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.
    - `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
  - `TxId` string
  - `HashCode` 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)
