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

# GeneratePixQrCodeComposed

`POST /GeneratePixQrCodeComposed`

This method can be used to generate a composite Pix QRCode

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `Retry` boolean
  - `TxId` string, required — The TxId field determines the recorrencia identifier.
  - `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.
  - `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.
    - `Identifier` string, required — The identifier field determines the contract recurrence identifier.
    - `Description` string — Description.
    - `Debtor` object, required — 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
  - `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/versions/f94d262a8f58/schema)
