v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
QRCode Management

GeneratePixQrCodeDueDate

This method can be used to generate a dynamic Pix QRCode transactyion with due date

post/GeneratePixQrCodeDueDate

Request body

Methodstring required

Method name

PartnerIdinteger required

Partner identifier provided by Fitbank

BusinessUnitIdinteger required
TxIdstring required

The TxId field determines the transaction identifier.

PixKeystring required

Receiver's DICT key.

PrincipalValuestring required

Original charge amount.

PayerRequeststring

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.

Example request

{
  "PartnerId": 30324,
  "BusinessUnitId": 51138,
  "Payee": {
    "TaxNumber": "33.762.255/0001-40"
  },
  "Recurrence": {
    "Retry": true
  }
}

Response

OK

Successstring
Messagestring
TxIdstring
HashCodestring

Example response

{
  "QRCodeDueDateInfos": {
    "Date": {
      "DueDate": "2022-10-24"
    },
    "Payer": {
      "TaxNumber": "33.762.255/0001-40"
    },
    "Payee": {
      "TaxNumber": "33.762.255/0001-40"
    },
    "Values": {
      "PrincipalValue": 5,
      "Rebate": {
        "Value": 2.45
      },
      "Fine": {
        "Value": 2.45
      },
      "Interest": {
        "Value": 2.45
      }
    },
    "PixKey": "17699384008",
    "RecurrenceId": "RN1320335420260302254f3fb4263"
  }
}