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

# ChangePixQrCodeDueDate

`POST /ChangePixQrCodeDueDate`

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

## Request body

- ChangePixQrCodeDueDate
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TxId` string, required — The TxId field determines the transaction identifier.
  - `PixKey` string, required — Receiver's DICT key.
  - `Date` object — The fields nested under the date object organize information regarding billing time tracking.
    - `DueDate` string, date — This is a date, in the format YYYY-MM-DD. This is the billing due date. The charge can be honored up to and including that day, at any time of the day.
    - `DaysAfterDueDate` integer — This is the number of calendar days after Date.DueDate, in which the charge can be paid.
  - `Payee` object, required — The payee object organizes information about the billing creditor.
    - `TaxNumber` string, required — Legal Identification From Company
    - `Name` string, required
    - `ISPB` string, required
    - `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
  - `Payer` object — The payer object organizes information about the debtor of the charge.
    - `TaxNumber` string, required — Legal Identification From Company
    - `Name` string, required
    - `Mail` string
    - `Adress` string
    - `City` string
    - `State` string
    - `ZipCode` string
  - `PrincipalValue` string — Original charge amount.
  - `Rebate` object — Rebate applied to billing.
    - `Type` integer, required — Type of rebates.
    - `Value` string, required — Reductions or other deductions applied to the document, in absolute value or percentage of the original value of the document.
  - `Fine` object — Fine applied to collection.
    - `Type` integer, required — Type of fine.
    - `Value` string, required — Fine Value.
  - `Interest` object — Interest applied to the charge.
    - `Type` integer, required — Interest type.
    - `Value` string, required — Interest Value.
  - `Discount` object — Discounts applied to billing.
    - `Type` string — Discount type.
    - `DiscountRange` object[] — Absolute discounts applied to billing.
      - `Date` string, date, required — This is a date, in the format YYYY-MM-DD.
      - `Value` string, required — Reductions or other deductions applied to the document, in absolute value or percentage of the original value of the document.
  - `PayerRequest` string — The optional PayerRequest field determines a text to be presented to the payer so that he or she can enter related information, in free format, to be sent to the recipient.
  - `AdditionalInformation` object[] — Each respective additional information contained in the list (name and value) must be presented to the payer.
    - `Name` string — Field name.
    - `Value` string — Field data.
  - `Recurrence` object — Data for requesting recurrences.
    - `Date` object, required — The fields nested under the date object organize information about the date anfrequency 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

- ChangePixQrCodeDueDate
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TxId` string, required — The TxId field determines the transaction identifier.
  - `PixKey` string, required — Receiver's DICT key.
  - `Date` object — The fields nested under the date object organize information regarding billing time tracking.
    - `DueDate` string, date — This is a date, in the format YYYY-MM-DD. This is the billing due date. The charge can be honored up to and including that day, at any time of the day.
    - `DaysAfterDueDate` integer — This is the number of calendar days after Date.DueDate, in which the charge can be paid.
  - `Payee` object, required — The payee object organizes information about the billing creditor.
    - `TaxNumber` string, required — Legal Identification From Company
    - `Name` string, required
    - `ISPB` string, required
    - `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
  - `Payer` object — The payer object organizes information about the debtor of the charge.
    - `TaxNumber` string, required — Legal Identification From Company
    - `Name` string, required
    - `Mail` string
    - `Adress` string
    - `City` string
    - `State` string
    - `ZipCode` string
  - `PrincipalValue` string — Original charge amount.
  - `Rebate` object — Rebate applied to billing.
    - `Type` integer, required — Type of rebates.
    - `Value` string, required — Reductions or other deductions applied to the document, in absolute value or percentage of the original value of the document.
  - `Fine` object — Fine applied to collection.
    - `Type` integer, required — Type of fine.
    - `Value` string, required — Fine Value.
  - `Interest` object — Interest applied to the charge.
    - `Type` integer, required — Interest type.
    - `Value` string, required — Interest Value.
  - `Discount` object — Discounts applied to billing.
    - `Type` string — Discount type.
    - `DiscountRange` object[] — Absolute discounts applied to billing.
      - `Date` string, date, required — This is a date, in the format YYYY-MM-DD.
      - `Value` string, required — Reductions or other deductions applied to the document, in absolute value or percentage of the original value of the document.
  - `PayerRequest` string — The optional PayerRequest field determines a text to be presented to the payer so that he or she can enter related information, in free format, to be sent to the recipient.
  - `AdditionalInformation` object[] — Each respective additional information contained in the list (name and value) must be presented to the payer.
    - `Name` string — Field name.
    - `Value` string — Field data.
  - `Recurrence` object — Data for requesting recurrences.
    - `Date` object, required — The fields nested under the date object organize information about the date anfrequency the recurrence.
      - `InitialDate` string, date, required — This is a date, in the format YYYY-MM-DD. This is the date payments start.

---

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